Помогите, пожалуйста напишите это в си++

0 голосов
25 просмотров

Помогите, пожалуйста
напишите это в си++


image

Информатика (146 баллов) | 25 просмотров
Дан 1 ответ
0 голосов
Правильный ответ

#include #include #include #include #include using namespace std;/* run this program using the console pauser or add your own getch, system("pause") or input loop */
int main(int argc, char** argv) {setlocale(LC_ALL,"rus");cout<<"f(x) = x^2"<<endl;for(int i=1 ; i<10 ; i++){ cout<<"Äëÿ x = "<<i<<", f(x) = "<<pow(i,2)<<";\n";}return 0;}

(440 баллов)
0

добавил файл

0

спасибо большое