Ответы
Ответ дал:
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 года назад
8 лет назад
8 лет назад
10 лет назад
10 лет назад
10 лет назад