Bugs? | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
+ 1

Bugs?

https://sololearn.com/coach/811/?ref=app Is it just me or does this not allow to output anything no matter what you put?

22nd Oct 2020, 2:39 PM
Roderick Davis
Roderick Davis - avatar
4 Answers
+ 1
Roderick Davis Maybe it works now, or my code above hasn't work because one missing "}". But now I got it. I do not spoiler right now. Maybe you will have a new try.
24th Oct 2020, 9:07 AM
Coding Cat
Coding Cat - avatar
+ 2
Must be broken. I tryed this import java.util.Scanner; class Main { public static void main(String[] args) { Scanner read = new Scanner(System.in); String a = read.nextLine(); System.out.println(a); } Result: No output 😂
22nd Oct 2020, 3:40 PM
Coding Cat
Coding Cat - avatar
+ 2
Thomas That's what I was thinking, thanks
22nd Oct 2020, 3:45 PM
Roderick Davis
Roderick Davis - avatar
+ 2
thanks
24th Oct 2020, 9:49 AM
Roderick Davis
Roderick Davis - avatar