15th Apr 2020, 7:01 PM
Pablo Castrillejo
Pablo Castrillejo - avatar
2 Answers
+ 2
Hi, your if statement will not recognize the + as a char unless you surround it with signal quotes. Change it to this and it will work. if(signo == '+')
15th Apr 2020, 7:17 PM
Elizabeth Kelly
Elizabeth Kelly - avatar
+ 2
'+' if (signo == '+')
15th Apr 2020, 7:18 PM
Solo
Solo - avatar