What the bug in this cide | Sololearn: Learn to code for FREE!
Novo curso! Todo programador deveria aprender IA generativa!
Experimente uma aula grƔtis
2 Respostas
+ 3
First issue here name mismatched (testOpernandsOne, testOperandsTwo, operatorSymbol) Check your declared variable name 2nd check spelling of SUBSTRACT You have defined SUBSTRACTION 2rd - Don't use Mathematical operator (Ɨ or Ć·) because in programming there is (*) for multiplication and (/) for division suggestions - first try to resolved these small mistakes which I don't expect from anyone. This is called user made error https://code.sololearn.com/cfHLo6vpbT68/?ref=app
6th Oct 2022, 3:59 AM
AĶ¢J
AĶ¢J - avatar
+ 1
Thanks AJ this was really helpful
6th Oct 2022, 8:22 AM
Solomon Chikwe
Solomon Chikwe - avatar