You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In week 7 / assignment 125 (debuggailua) test examples show that you should debug the program to function as follows:
Sana: testi
Luku: 3
t
e
s
t
i
However, is you change the System.out.println to System.out.print to achieve that the prompt and input are on the same line, test cases do not work. In other words, test cases assume that the prompt functions as follows:
Sana:
testi
Luku:
3
t
e
s
t
i
(reported by vesako)
The text was updated successfully, but these errors were encountered:
In week 7 / assignment 125 (debuggailua) test examples show that you should debug the program to function as follows:
However, is you change the System.out.println to System.out.print to achieve that the prompt and input are on the same line, test cases do not work. In other words, test cases assume that the prompt functions as follows:
(reported by vesako)
The text was updated successfully, but these errors were encountered: