• Предмет: Информатика
  • Автор: darinperneyev82
  • Вопрос задан 6 лет назад

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

Ответа на этот вопрос пока нет. Попробуйте найти его через форму поиска.

Вас заинтересует