+ 1
Can anyone tell me whats wrong with my code.. i am not a programmer so i dont know why i can' t give input more than a billion
5 Answers
+ 4
//cin.ignore();
do this on code and then code will work..
+ 4
i think u concern about input limit
unsigned long int 4bytes 0 to 4,294,967,295..
u cant give upper than value on long int
+ 4
no problem
+ 2
i have done it, row 13... but it is still the same
+ 2
i think i understand.. thank you