Home
О нас
Products
Services
Регистрация
Войти
Поиск
Viktor1337722
@Viktor1337722
June 2022
1
7
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
Маша888
С++:
1.
float x;
x=(12*sin(36)+sqrt(5))/exp(2);
cout << x;
return 0;
2.
float x, y, z;
cin >> x;
z = x-13;
y=x*x+z-5;
cout << y;
return 0;
3.
float A, x;
cin >> x;
if (x>5)
{A = x/3;}
if ((x>0) && (x<=4))
{A = 5*x;}
cout << A;
return 0;
4. int x;
for (x=0; x<=90; x=+10)
{cout << sin(x);}
return 0;
0 votes
Thanks 0
More Questions From This User
See All
Viktor1337722
July 2022 | 0 Ответы
otkuda poyavilas 5 u n2so4 v nachale ponyatno rasskazhite 16 2 0 26 2 1 2 1
Answer
Viktor1337722
July 2022 | 0 Ответы
oboznachte odnorodnye chleny kak chleny predlozheniya konchaetsya leto vse yarche kostr
Answer
Viktor1337722
July 2022 | 0 Ответы
srochno nuzhno reshit vse budu ochen blagodarenlt3
Answer
Viktor1337722
July 2022 | 0 Ответы
k istochniku elektricheskogo toka s eds e15 v i vnutrennim soprotivleniem r05ffd23f070145972477c923f41dfce2b5 91997
Answer
Viktor1337722
June 2022 | 0 Ответы
srochno ochen srochno pomogite pozhalujsta99911c5faf2e76032196e54cb814d938 4357
Answer
Viktor1337722
March 2022 | 0 Ответы
4 srochno pomogite reshitb86c754e2d6a27fb8b90798ef0eb0a97 84924
Answer
Viktor1337722
March 2022 | 0 Ответы
2 3 srochno otvet nuzhen srochno
Answer
Viktor1337722
August 2021 | 0 Ответы
amplituda kolebanij ravna 20 sm period kolebanij 02s zapisat urovnenie garm
Answer
рекомендуемые вопросы
rarrrrrrrr
August 2022 | 0 Ответы
o chem dolzhny pozabotitsya v pervuyu ochered vzroslye pri organizacionnom vyvoze n
danilarsentev
August 2022 | 0 Ответы
est dva stanka na kotoryh vypuskayut odinakovye zapchasti odin proizvodit a zapcha
myachina8
August 2022 | 0 Ответы
najti po grafiku otnoshenie v3v1 v otvetah napisano 9 no nuzhno reshenie
ydpmn7cn6w
August 2022 | 0 Ответы
Choose the correct preposition: 1.I am fond (out,of,from) literature. 2.where ar...
millermilena658
August 2022 | 0 Ответы
opredelite kak sozdavalas i kto sozdaval arabskoe gosudarstvo v kracii
MrZooM222
August 2022 | 0 Ответы
ch ajtmanov v rasskaze krasnoe yabloko ispolzuet metod rasskaz v rasskaze opi
timobila47
August 2022 | 0 Ответы
kakovo bylo naznachenie kazhdoj iz chastej vizantijskogo hrama pomogite pozhalujsta
ivanyyaremkiv
August 2022 | 0 Ответы
moment. 6....
pozhalujsta8b98a56c0152a07b8f4cbcd89aa2f01e 97513
sarvinozwakirjanova
August 2022 | 0 Ответы
pomogite pozhalusto pzha519d7eb8246a08ab0df06cc59e9dedb 6631
×
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 © 2024 SCHOLAR.TIPS - All rights reserved.
Answers & Comments
1.
float x;
x=(12*sin(36)+sqrt(5))/exp(2);
cout << x;
return 0;
2.
float x, y, z;
cin >> x;
z = x-13;
y=x*x+z-5;
cout << y;
return 0;
3.
float A, x;
cin >> x;
if (x>5)
{A = x/3;}
if ((x>0) && (x<=4))
{A = 5*x;}
cout << A;
return 0;
4. int x;
for (x=0; x<=90; x=+10)
{cout << sin(x);}
return 0;