Question: C language (visual studio), Description For this twinment, you will write a program that uses loops to output numbers. Your program should prompt the user
C language (visual studio), Description For this twinment, you will write a program that uses loops to output numbers. Your program should prompt the user to enter a positive intese ( 10) as below. Your program should then call a function that you write called loopDown ToZero (you must use this name) that takes one argument of type Integer and will a while loop as we did in us to print all of the inters from the number entered down to nero (both inclusive), with each number appearing on its own line Next you should print one line containing exactly four terisks and a new line) Finally, your program should call another function that you write called loopUpoint that take one argument of type minger and will use a while loop to print all of the inters from aro up to the number entered (both inclusive) Your program should work for any test number that the grader enters te not only work for 10). You may assume that only positive integers will be entered (you don't need to test for bad input)
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
