Помогите найти ошибки в программе
Язык программы с++
Пожалуйста срочно
#include
#include
#include
int main ()
//Лаб.работа 4 студента гр.3108
//Привалова Любовь Михайловна
//Вариант 18
{
printf("L.r.#4 Privalova L. 18-3108-19\n");
printf("*******************************\n");
double x,b,a,y,s;
printf("x=");scanf("%1f",&x);
printf("b=");scanf("%1f",&b);
printf("a=");scanf("%1f",&a);
y=(pow(exp,-b*t)*sin(a*t+b))-sqrt(abs(b*t+a));
s=b*sin(a*sqr(t)*cos(a*t))-1;
printf("y=%1.4f\n",y);
printf("s=%1.4f\n",s);
printf("press and key");
getch();
Please enter comments
Please enter your name.
Please enter the correct email address.
You must agree before submitting.

Answers & Comments


Copyright © 2024 SCHOLAR.TIPS - All rights reserved.