![]() |
Can you make the code for this output?
Can you make the code for this output? (using looping, not gotoxy)
1. Input: 4 Output: 1 234 234 1 Input: 5 Output: 1 234 56789 234 1 2. Input: 5 (must odd) 1 2 2 3 1 3 4 2 2 4 5 3 1 3 5 4 2 2 4 3 1 3 2 2 1 |
Re: Can you make the code for this output?
I mean
1. Input: 4 _1 234 _1 Input: 5 __1 _234 56789 _234 __1 2. Input: 5 ____1 ___2_2 __3_1_3 _4_2_2_4 5_3_1_3_5 _4_2_2_4 __3_1_3 ___2_2 ____1 Note: _ is space, don't print it |
Re: Can you make the code for this output?
This is your assignment, right? YOU do it. Write some code and post for help with your problems. Before you do anything else, read the "Before you make a query" thread.
|
Re: Can you make the code for this output?
I don't understand your first assignment or at least not the logic behind it.
|
Re: Can you make the code for this output?
Oh, I'm sorry. I newbie in this forum. I made the code, but I only can made it for 1 variable, I don't know how to make it in number counter.
Code:
#include<stdio.h> |
Re: Can you make the code for this output?
Your problem is not understood properly. Rather your inputs given in two posts vary a lot. Which inputs should we consider correct??? THey contrast a lot for input 5....
|
| All times are GMT +5.5. The time now is 18:18. |