Even Stevens…

Enter the code below. Currently the program will print out the numbers from 1 to 10. We are going to change it so it prints out the first 10 even numbers. It should display the following – 2468101214161820 Change the code as follows – Change “x=0” to start on 2. Change “while x <= 10” … Continue reading Even Stevens…