Joined
Last Seen
0 Reputation Points
0% Quality Score
- Upvotes Received
- 0
- Posts with Upvotes
- 0
- Upvoting Members
- 0
- Downvotes Received
- 1
- Posts with Downvotes
- 1
- Downvoting Members
- 1
0 Endorsements
Ranked #107.65K
1 Posted Topic
#include <iostream> #include <string> using namespace std; int main() { string name; int op1; int op2; char oper; int result; cout << " Please Enter Your Name: " ; cin >> name; cout << " \n\nWelcome To My Calculator " << name << "," ; cout << " Please Enter …
The End.
gbantsi_2