Sunday, June 16, 2019

C++ Engineering

#include using namespace std; int main() { char UserSelection = 'x' // initial value do { cout << "enter the two integers: " << end1; int Num1 = 0 Num2 = 0 cin >> Num1; cin >> Num2; cout >> Num1 >> " x " << Num 2 << " = " <> UserSelection; } while (UserSelection != 'x'); cout << "Goodbye!" << end1; return 0

No comments:

Post a Comment