Home
О нас
Products
Services
Регистрация
Войти
Поиск
sofiyakoroleva
@sofiyakoroleva
July 2022
1
19
Report
Решение задания 4.)
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
Студэнt
//прога на паскале
var x, y: double;
begin
readln (x);
if (2.5*x-3<>0) then
y:=x*x*x/(2.5*x-3);
write (y);
end.
0 votes
Thanks 0
×
Report "Решение задания 4.)..."
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 x, y: double;
begin
readln (x);
if (2.5*x-3<>0) then
y:=x*x*x/(2.5*x-3);
write (y);
end.