Home
О нас
Products
Services
Регистрация
Войти
Поиск
киса830
@киса830
July 2022
1
10
Report
помогите очень надо !!!!!
Please enter comments
Please enter your name.
Please enter the correct email address.
Agree to
terms of service
You must agree before submitting.
Send
Answers & Comments
asoiiu
7. Program jdgk;
var a,b: integer;
begin
b:=0;
writeln(a);
readln(a)
if a>0
then b:=a+15
else b:=a+25
writeln(b)
end.
8. n=7
9. if A>0
then writeln('Положительное')
else writeln('Отрицательное')
Если А>0, то положительное
иначе отрицательное.
10. если х>5 то y:=x-5
иначе y:=5*x*x (или 5*sqr(x))
If х>5 then y:=x-5
else y:=5*x*x (или 5*sqr(x))
11. If = Если
12. Then = Тогда
13. Else = Иначе
1 votes
Thanks 1
киса830
а сможешь еще помочь ?
×
Report "помогите очень надо !!!!!..."
Your name
Email
Reason
-Select Reason-
Pornographic
Defamatory
Illegal/Unlawful
Spam
Other Terms Of Service Violation
File a copyright complaint
Description
Helpful Links
О нас
Политика конфиденциальности
Правила и условия
Copyright
Контакты
Helpful Social
Get monthly updates
Submit
Copyright © 2025 SCHOLAR.TIPS - All rights reserved.
Answers & Comments
var a,b: integer;
begin
b:=0;
writeln(a);
readln(a)
if a>0
then b:=a+15
else b:=a+25
writeln(b)
end.
8. n=7
9. if A>0
then writeln('Положительное')
else writeln('Отрицательное')
Если А>0, то положительное
иначе отрицательное.
10. если х>5 то y:=x-5
иначе y:=5*x*x (или 5*sqr(x))
If х>5 then y:=x-5
else y:=5*x*x (или 5*sqr(x))
11. If = Если
12. Then = Тогда
13. Else = Иначе