+ 2
#include <iostream> using namespace std; int main () { int op,units,pay; cout<<"\n erter youer units\n"; cin>>units
output what
8 Respostas
+ 5
Mohamed Azeem no problem
+ 5
yes
+ 4
https://code.sololearn.com/cq3JiCfzBtOu/?ref=app
you had a couple of errors
+ 4
thank
+ 3
hai
+ 2
hi
+ 2
The cin statement should be terminated by semicolon.
The program gets input from the user and stores it.
The output is what you have entered in your cout statement.that is "Enter your units"
0
Hello