Practice 2
 1. Find the multiplication product of all numbers divisible by 3
 starting from 3 to 100. You can use a 'WHILE' loop.
 2. Write a program using a 'WHILE' loop to count from 10 to 0
 inclusively
 In the end print 'Let's Go!'
 3. Write a program that does the following things:
 a. Asks 7 numbers from a user
 b. Prints total sum of user's numbers
 c. Counts total amounts of positive and negative inputs, and inputs
 equalled to zero. Use 'if', 'elif' and else' decision operators for this
 task
                Другие вопросы по: Информатика
Знаешь правильный ответ?
							Practice 2 1. Find the multiplication product of all numbers divisible by 3 starting from 3 to 100....
							 
 
Популярные вопросы