code:вывод произведения

main
Bob (GoloshchapovDY) 1 год назад
Родитель 921023e010
Сommit 21eb83ad16

@ -7,6 +7,6 @@ int main()
cout<<"Enter A and B: ";
int a,b;
cin>>a>>b;
cout<<"A+B= "<<a+b<<'\n'<<"A-B"<<a-b<<'\n';
cout<<"A+B= "<<a+b<<'\n'<<"A-B"<<a-b<<'\n'<<"A*B= "<<a*b<<'\n';
return 0;
}

Загрузка…
Отмена
Сохранить