11.9k views
1 vote
Write a program to add two number marie simulator.

User Gpilotino
by
8.2k points

1 Answer

4 votes
int a, b;
cout<<"write to numbers";
cin>>a>>b;
cout<
User Gurhan
by
8.2k points