Question: C# programing Using a while loop, write a series of statements that displays the numbers between 1 - 1000 that are divisible by 5. Declare
C# programing
Using a while loop, write a series of statements that displays the numbers between 1 - 1000 that are divisible by 5. Declare all necessary variables.
Sample Output:
5 10 15 ... 900 995 1000
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
