the output statment of print "100";100+100
Answers
Answered by
2
Answer:
Program to display even numbers from 1 to n where n is 100
In the following example we are displaying the even numbers from 1 to n, the value of n we have set here is 100 so basically this program will print the even numbers between 1 to 100.
Similar questions