3. Counters¶
Now print from 1 to a number entered by the user
Print even numbers between 0 and a number given by the user using
if
Print even numbers between 0 and a provided number without using
if
3.1. Some Exercises¶
Modify the previous program to print from 1 to the number entered by the user, but this time only the odd numbers.
Write a program that prints the first 10 multiples of 3.
You have attempted of activities on this page