Ответы
Ответ дал:
0
#include <iostream>
using namespace std;
void main(){
int a;
cout << "Enter the side of square: ";
cin >> a;
cout << "Square = " << a*a << endl;
}
using namespace std;
void main(){
int a;
cout << "Enter the side of square: ";
cin >> a;
cout << "Square = " << a*a << endl;
}
Похожие вопросы
2 года назад
2 года назад
7 лет назад
7 лет назад
10 лет назад
10 лет назад
10 лет назад