Sign up for FlowVella
Sign up with FacebookAlready have an account? Sign in now
By registering you are agreeing to our
Terms of Service
Loading Flow
System.out & System.in
System.out and System.in that interact with the console.
System.out is a Java Object with methods — println & print
We cannot interact with System.in directly, we need the help of the Scanner class