
#include <iostream>
#include <math.h>
using namespace std;
int main() {
int a,b;
const int p=12;
cout << "Enter your age:" << endl;
cin >> a;
b=a*p;
cout << "Your age in months is " << b << endl;
return 0;
}
#include <iostream>
#include <math.h>
using namespace std;
int main() {
int a,b;
const int p=12;
cout << "Enter your age:" << endl;
cin >> a;
b=a*p;
cout << "Your age in months is " << b << endl;
return 0;
}
Для продолжения скачивания необходимо пройти капчу: