0% found this document useful (0 votes)
36 views

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.

Uploaded by

shashismb
Copyright
© © All Rights Reserved
Available Formats
Download as PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
36 views

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.

Uploaded by

shashismb
Copyright
© © All Rights Reserved
Available Formats
Download as PDF, TXT or read online on Scribd
You are on page 1/ 2

Assignment on Loops

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

Anwers:

You might also like