+ 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?
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.
+ 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 đ
+ 2
Thomas That's what I was thinking, thanks
+ 2
thanks