+ 2
What's wrong
Help me out https://code.sololearn.com/cYm61vuX5XL6/?ref=app
7 Answers
+ 4
P. Aamir Check this. You had written wrong in cases
https://code.sololearn.com/cSquq4XPCS84/?ref=app
+ 9
P. Aamir your code is working you need one correction make a comment line 8 then input two Numbers
First number then press enter
Second no then enter
Cases
I think u not giving input properly
+ 4
P. Aamir You have already declared a, b and result as int then why did you cast with int even it is not a type of casting. Casting should be like (int) a not int(a)
Do only result = a + b;
+ 3
AJ Anant thanks bro
+ 1
Yeah ok I'll try that
+ 1
Bro it's not working yet
0
đSizuna đ AJ Anant - C#/Java Challenger solved the error
My code started running after that
Thanks anyways