Using Visual Studio, create a program that outputs numbers in ascending and descending order. The program should start by asking the user for a beginning point above 0. First count from 0 to their number. Then count from there number back down to 0. For example, if the user entered 5. The program would first count: 0..1..2..3..4..5 Then it would count backwards to 0 from 5: 5..4..3..2..1..0
Using Visual Studio, create a
The program should start by asking the user for a beginning point above 0. First count from 0 to their number. Then count from there number back down to 0.
For example, if the user entered 5. The program would first count:
0..1..2..3..4..5
Then it would count backwards to 0 from 5:
5..4..3..2..1..0
Create a word document for the submission. Take screen shots showing at least 2 runs. One number should be an odd number and one number should be an even number. Place the screen shots into your submission document.
Place the submission document file into a zip folder and submit that zip file to the dropbox.
Trending now
This is a popular solution!
Step by step
Solved in 4 steps with 3 images