0
Whats wrong with this?
2 Answers
+ 1
first of all in those ifs you are comparing a double datatype to a char type, which is a terrible idea. Use char datatype to store the "o" variable in your code. That alone didnt fix your code, so there is another error i havent yet noticed
0
actualy no that alone fixes your code