0
Help with Scanners (Java)
import java.util.Scanner; public class Program { public static void main(String[] args) { Scanner myVar = new Scanner(System.in);{ int Number = (System.out.println (myVar.nextint())); System.out.println(Number);} } } I want the int "Number" = My Input, then have that as my output. Essentially I want what I Input to be my Output. Thanks in Advance
1 Resposta
+ 3
Thanks codemonkey, that was fast