Using a single for loop , write code that prints by 5s from 0 to 100. Your code should also print “DONE” at the end (as shown below). All of the output should print on the same line. Include spacing....


Using a singlefor loop, write code that prints by 5s from 0 to 100.  Your code should also print “DONE” at the end (as shown below).   All of the output should print on the same line. Include spacing.  Assume this code will run inside of the main method.Do not define any classes or methods.   You may only use techniques and data structures that have already been covered in this class.The output of your code should look like this:


0  5  10  15  20  25  30  35  40  45  50  55  60  65  70  75  80  85  90  95  100  DONE



Jun 06, 2022
SOLUTION.PDF

Get Answer To This Question

Related Questions & Answers

More Questions »

Submit New Assignment

Copy and Paste Your Assignment Here