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
Already registered? Login
Not Account? Sign up
Enter your email address to reset your password
Back to Login? Click here