+ 2
In my calculator seems to be a problem with the input or do I need an extra interpreter
I have to enter all the input at the beginning and not when it is " called". I installed ruby on my Laptop and entered the code in a txt file. Then I ran this file with the interpreter. There it partially worked
5 Antworten
+ 10
For console apps, Code Playground requires all input to be fed to the compiler/interpreter prior to code compilation/interpretation.
+ 6
No, in the Code Playground it will always be a console app.
+ 5
thank you guys
+ 3
so i can only write code without userinput?