Absolute value
Math.abs(espression);
y to the power of x
Math.pow(y, x);
addition, subtraction, multiplication, & division
+,
-,
* or (),
/
initialize string
String name = “”;
section of a string
name.substring(index, index after required value)
Get the index of the value in a string
name.indexOf(value);