Search:

Type: Posts; User: CJ_sucks_at_programin

Search: Search took 0.10 seconds.

  1. Re: System.out.printin isnt working

    The error message
    UserInput.java:7: cannot find symbol
    symbol : method printIn(java.lang.String)
    location: class java.io.PrintStream
    System.out.printIn("please enter your favorite anime:...
  2. System.out.printin isnt working

    Im attempting to learn user input via scanners. But whenever I try to compress it is saying something is wrong with the system.out.printin isnt working

    My Code:
    import java.util.Scanner;
    ...
Results 1 to 2 of 2