Help! | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
4th Dec 2017, 5:38 AM
Saúl Chávez Sánchez
Saúl Chávez Sánchez - avatar
3 Answers
+ 4
1.You need to remove private from all variables in methods. 2. Int c is declared in one method and used in other, this will not work. It's need to be declared on the level of class. 3. If more errors occurs ping me, will take a look. ;)
4th Dec 2017, 6:52 AM
Dima Makieiev
Dima Makieiev - avatar
+ 1
sin salida just means try again later. The remote server cannot process the code at that moment. Use Calc.data () and static or obj.data () and no static keyword be aware that if you make it static it does belong to the class and not to instance
4th Dec 2017, 2:16 PM
sneeze
sneeze - avatar
0
I was changed the errors, but the console say"sin salida" :(
4th Dec 2017, 12:46 PM
Saúl Chávez Sánchez
Saúl Chávez Sánchez - avatar