Вопрос задан 18.06.2023 в 21:04. Предмет Информатика. Спрашивает Стекольщикова Виктория.

помогите 81//9= 81%3= 6//8= 19%5= 16//2= 16%2= 75//10= 75%10= 6543//100= 6543%100= 6543//100%10=

6543%100//10=​
0 0
Перейти к ответам

Ответы на вопрос

Внимание! Ответы на вопросы дают живые люди. Они могут содержать ошибочную информацию, заблуждения, а также ответы могут быть сгенерированы нейросетями. Будьте внимательны. Если вы уверены, что ответ неверный, нажмите кнопку "Пожаловаться" под ответом.
Отвечает Кулинкович Люба.

Ответ:

9

0

0

4

8

0

7

5

65

43

5

4

Всё решено в python



0 0
Отвечает нейросеть ChatGpt. Будьте внимательны, ответы нейросети могут содержать ошибочные или выдуманные данные.

81 // 9 = 9 Explanation: The double forward slash (//) is the floor division operator, which divides the first number by the second number and returns the whole number without the remainder. In this case, 81 divided by 9 is equal to 9.

81 % 3 = 0 Explanation: The percent (%) sign represents the modulo operator, which returns the remainder after division. In this case, when 81 is divided by 3, there is no remainder (0).

6 // 8 = 0 Explanation: When 6 is divided by 8 using floor division, the result is 0 because 6 is smaller than 8.

19 % 5 = 4 Explanation: When 19 is divided by 5, the remainder is 4.

16 // 2 = 8 Explanation: 16 divided by 2 is 8 using floor division.

16 % 2 = 0 Explanation: When 16 is divided by 2, there is no remainder.

75 // 10 = 7 Explanation: 75 divided by 10 using floor division equals 7.

75 % 10 = 5 Explanation: When 75 is divided by 10, the remainder is 5.

6543 // 100 = 65 Explanation: 6543 divided by 100 equals 65 using floor division.

6543 % 100 = 43 Explanation: When 6543 is divided by 100, the remainder is 43.

6543 // 100 % 10 = 6 Explanation: First, 6543 is divided by 100 using floor division, which equals 65. Then, this result is divided by 10 using floor division, resulting in 6.

6543 % 100 // 10 = 4 Explanation: First, 6543 is divided by 100 and the remainder is 43. Then, this remainder is divided by 10 using floor division, resulting in 4.

0 0

Похожие вопросы

Топ вопросов за вчера в категории Информатика

Последние заданные вопросы в категории Информатика

Задать вопрос