printing out to the screen
system.out.print
line break
println
Read the next input
next ( )
What are functions also referred to as
Methods
Output onto console screen
system.out
Input from the console
system.in
Outputting error messages onto console screen
system.err
What is a strung
A sequence of characters
What is a double known as in maths
A real number
Symbol used for multiplication
*
New line in text
/n
How to pass info to a function
Put it in brackets after the function ()
Comments
//
How do we join stings
Addition eg “radius of the circle” + radius