You are on page 1of 1

1.

A program that accepts a text and display it with the words


“Your name is Joshua”
2. A program that adds two numbers and displays the sum.
3. A that accepts two numbers a
4. nd ask which operation to do ?(MDAS)

#include <iostream.h>

using namespace std;

Int main()

{
cout << "Recinto, Josh";
return 0;
}

Press f9 Display to run Display to run yes Recinto, Josh

Display to run NO
END

You might also like