+ 8
I want to make cpp program in which we enter negetive number they tell to enter positive number
3 Answers
+ 4
Shahzada Hassan Mujtaba It's very basic.
+ 4
I can assist you but you need to show first your code.
+ 2
int n;
repeat : cin>>n;
If(n<0)
goto repeat;