program suma_parnuh_chisel;
var a,b,c,p: integer;
begin
writeln ('vvedit tri chisla');
readln (a,b,c);
p:=1;
if (a>=-10) and (a<=10) then
p:=p*a;
if (b>=-10) and (b<=10) then
p:=p*b;
if (c>=-10) and (c<=10) then
p:=p*c;
writeln (p);
readln
end.
Головна | Реєстрація | Вхід | RSS | Субота, 11.23.2024, 12:45 PM |
Довідник для учнів та студентів | |
Вітаю Вас Гость |
|
Сума парних чисел на проміжку від -10 до 10program suma_parnuh_chisel; var a,b,c,p: integer; begin writeln ('vvedit tri chisla'); readln (a,b,c); p:=1; if (a>=-10) and (a<=10) then p:=p*a; if (b>=-10) and (b<=10) then p:=p*b; if (c>=-10) and (c<=10) then p:=p*c; writeln (p); readln end. |
|
Guide-for-students © 2024 |
Створити безкоштовний сайт на uCoz |