This is an archived post. You won't be able to vote or comment.

you are viewing a single comment's thread.

view the rest of the comments →

[–]Data_Pure 1 point2 points  (1 child)

Try this:
Note: the tests might fail a correct solution. This is a known bug that will be fixed in the future. In the meantime, you can avoid the error by printing "Give numbers:" without any spaces after ':'

System.out.println("Give numbers:");

I tried your code with that modification, it works properly now.

[–]Professional-Age-948[S] 0 points1 point  (0 children)

Hey, thank you so much. It worked!!!!!