Знатоки идём сюда и решаем!
Кто правильно сделает и всё совпадёт 100 баллов + отзыв

#include

#include

#include

int main()

{float t,k,f,x,c,b,z,y;

double s;

t = 2;
k = 3;
f = 4;
x = 0.83;

printf("t=");

scanf("%f",&t);

printf("k="); scanf("%f",&k);

printf("f="); scanf("%f",&f);

c = sqrt(t+1);

b = 0.7 * pow( c, 2) + f;

z = 2 * pow( c, 3) + b;

y = (0.2 * pow( z, x) + (0.5 * x)) / pow( log( abs(c - (pow( b, k))) ), 2);

printf("c=%5.2f \t",c);

printf("b=%5.2f \t",b);

printf("z=%5.2f \t",z);

printf("y=%5.2f \t",y);

return 0; }
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.