Crimsonflash35
New member
- Joined
- Apr 5, 2012
- Messages
- 1
- Programming Experience
- 1-3
Guys, I have a sample problem here,using the console application of vb.net. I would really appreciate if you can discuss me the logic on how to solve this
thanks
The program would display the following numerical triangle on the screen which depends on the user input
given user input: 4 given user input : 5 given user input: 3
1 1 1
121 121 121
12321 12321 12321
1234321 1234321
123454321
thanks
The program would display the following numerical triangle on the screen which depends on the user input
given user input: 4 given user input : 5 given user input: 3
1 1 1
121 121 121
12321 12321 12321
1234321 1234321
123454321