Hello, dear all.
i have another assignment such as follows:
n = 1 print 1
n = 2 print 12
n = 3 print 123
n = 4 print 1234
1243
1423

how to create it by c++?

Use switch() may be? Do you need the number to be shuffled?? Put in some effort. Try writing at least a simple program and post it. :)

Be a part of the DaniWeb community

We're a friendly, industry-focused community of developers, IT pros, digital marketers, and technology enthusiasts meeting, networking, learning, and sharing knowledge.