How to code
input : 10
output : 1 2 3 1 2 3 1 2 3 1
with <stdio.h>
I'm new with coding, so please anyone help me :(
Printable View
How to code
input : 10
output : 1 2 3 1 2 3 1 2 3 1
with <stdio.h>
I'm new with coding, so please anyone help me :(
I'm using Visual Express C++ btw
How does 10 become 1 2 3 1 2 3 1 2 3 1?
I have a problem with repetition really, I tried so many ways, but always failed.
If you post your code we can provide further guidance.
Have a look at http://www.learncpp.com/Quote:
I'm new with coding,