How does b compare to a?
b is greater than a
How does B compare to A?
B is greater than A
How does b compare to A?
b is greater than A
How does B compare to a?
B is less than a
What does Integer.parseInt() do?
passes a string as a decimal integer
When do you use void?
Using System.out.print and not returning
When do you use private?
When a function is inside a function and is unable to be called outside of that function