Предмет: Информатика, автор: salamatinsavelij85

Помогите пж информатика 8класс даю 70баллов ​

Приложения:

Ответы

Автор ответа: gashitskiybodya
1

Ответ:

Объяснение:

1)

a = int(input("Введите первое число "))

b = int(input("Введите второе число "))

c = int(input("Введите третее число "))

print(a+b+c)

2)

a = int(input("Введите первое число "))

b = int(input("Введите второе число "))

c = int(input("Введите третее число "))

print("Сумма чисел ",a+b+c)

print("Произведение чисел ",a*b*c)


gashitskiybodya: А тебе Паскаль нужен?
salamatinsavelij85: можешь пж сделать паскаль
salamatinsavelij85: очень надо
gashitskiybodya: Да, делов то, сейчас напишу
salamatinsavelij85: спасибо большое
gashitskiybodya: program sum_of_numbers;
var
a, b, c, sum: integer;
begin
writeln('Введите первое число: ');
readln(a);
writeln('Введите второе число: ');
readln(b);
writeln('Введите третье число: ');
readln(c);
sum := a + b + c;
writeln('Сумма чисел равна: ', sum);
end.
gashitskiybodya: Это первое задание
gashitskiybodya: Я название проги от балды написал, можешь изменить его
gashitskiybodya: program SumAndProductOfThreeNumbers;
var
a, b, c, sum, product: integer;
begin
writeln('Введите первое число:');
readln(a);
writeln('Введите второе число:');
readln(b);
writeln('Введите третье число:');
readln(c);
sum := a + b + c;
product := a * b * c;
writeln('Сумма чисел: ', sum);
writeln('Произведение чисел: ', product);
end.
gashitskiybodya: это задание 2
Похожие вопросы
Предмет: Английский язык, автор: Zuceraptor352
Помогите пожалуйста с английский
Do you know if there is an admission …to get into the fair?
A. bill
B. cost
C. fee
D. amount

2. The … on the back of the box say that we need to add two eggs and a cup of milk.
A. commands
B. instructions orders
C. orders
D. rules

3. Her parents were very … with the grades on her school report.
A. fulfilled
B. gratified
C. pleased
D. entertained

4. Two old friends … about their childhood.
A. reminisced
B. recalled
C. recollected
D. remembered

5. The famous couple tried to keep their wedding a secret but it was … in all the newspapers.
A. declared
B. announced
C. broadcast
D. advertised

6. The people at the parade were dancing … dances and wearing costumes.
A. ordinary
B. customary
C. conventional
D. traditional

7. We have a thirty-minute lunch … at 1:00 and then we go back to work until 5:00.
A. pause
B. break
C. stop
D. rest

8. The author has received a(n) … for her best-selling book.
A. reward
B. tribute
C. award
D. honour

9. I got … on the arm by a mosquito last night and now it’s really itchy.
A. chewed
B. pecked
C. nibbled
D. bitten

10. Gerald has lost his boarding … at the airport and they had to issue him with a new one.
A. slip
B. receipt
C. pass
D. paper

11. Large department stores often give away free … of new products.
A. examples
B. models
C. trials
D. samples

12. I’ll never forget when I went bungee jumping for the first time ; my heart was … really fast.
A. rushing
B. beating
C. moving
D. running

13. The main … of jam are fruit and sugar.
A. ingredients
B. features
C. parts
D. items

14. How often do you need to … the battery on your mobile phone.
A. recharge
B. refresh
C. renovate
D. revive

15. He bought a ticket as soon as he … at the train station.
A. reached
B. arrived
C. made
D. got