Assignment On Loops: Question1: Make The Following Numbers Print To The Screen
This document provides 3 questions asking to print specific number sequences to the screen using loops. Question 1 asks to print the odd numbers from 1 to 16 increasing by 3 each time. Question 2 asks to print the numbers from 20 to 5 decreasing by 5 each time. Question 3 asks to print the even numbers from 2 to 10 increasing by 2 each time.
Assignment On Loops: Question1: Make The Following Numbers Print To The Screen
This document provides 3 questions asking to print specific number sequences to the screen using loops. Question 1 asks to print the odd numbers from 1 to 16 increasing by 3 each time. Question 2 asks to print the numbers from 20 to 5 decreasing by 5 each time. Question 3 asks to print the even numbers from 2 to 10 increasing by 2 each time.
Question1: Make the following numbers print to the screen.
1 4 7 10 13 16 Question 2: Make the following numbers print to the screen. 20 15 10 5 Question 3: Make the following numbers print to the screen. 2 4 6 8 10