XxXnucronXxX
Newcomer
- Joined
- Dec 1, 2009
- Messages
- 4
hi.. can someone teach me the code for doing the ff on C# :
1.) a program that asks a number from a user and generate a figure below using For Loop statement
Examples:
2.) a program that asks a number from a user and generate a figure below using For Loop statement
Examples:
Number: 5
5 5 5 5 5
4 4 4 4 4
3 3 3 3 3
2 2 2 2 2
1 1 1 1 1
Number: 4
4 4 4 4
3 3 3 3
2 2 2 2
1 1 1 1
thanks in advance.. i really hope you guys could help me..
1.) a program that asks a number from a user and generate a figure below using For Loop statement
Examples:
2.) a program that asks a number from a user and generate a figure below using For Loop statement
Examples:
Number: 5
5 5 5 5 5
4 4 4 4 4
3 3 3 3 3
2 2 2 2 2
1 1 1 1 1
Number: 4
4 4 4 4
3 3 3 3
2 2 2 2
1 1 1 1
thanks in advance.. i really hope you guys could help me..