This is the print statement in Java (either one)
System.out.println() or System.out.print()
What is the variable type used for true/false values?
boolean
What is PEMDAS an abbreviation for?
parenthesis, exponents, multiplication, addition, and subtraction
After food goes through the esophagus, it enters this body part, where it is digested both chemically and mechanically
What is the stomach?
What does == mean in java?
It means that two things have the same value
Have a rational number? Use this variable type that stores decimals!
double
This is the expression used to compare two values (non-Strings)
What is == (double equals)?
What is the property can be used to solve this problem?
(x+y+z)(a+b+c)
What is distributive property
This is the body part that covers and cleans the eye
What is the eyelid?
This is the road that the White House is located on
What is Pennsylvania Avenue?
What does this code segment do?
i=i+1
adds 1 to i
All java data types (that we've gone over):
primitive: int, double, boolean, char, and object: String
What is the equation for a linear function? (straight line on graph)
y = mx+b
Blood goes to these body parts through the renal arteries, where it gets filtered and urine is produced
What are the kidneys?
This even road goes east-west through Houston and stretches all the way from Santa Monica in California to Jacksonville in Florida. It's also the main road to get from Katy to Downtown Houston
What is I-10?
How would you create a variable for the price of chips and set it to $2.50?
double chipPrice = 2.55;
or
double chipPrice;
chipPrice = 2.55;
What are the two lines of code that we put before all of our java programs?
public class name {
public static void main (String[] arg) {
}
}
What is 24,0310 ?
1
This second-largest organ in the body produces bile. Usually, subjects relating to it include the root hep-
What is the liver?
This is a type of highway that does not have traffic lights or stop signs - watch out!
What is a freeway?
This function from the Java library takes in user input.
java.util.Scanner
the class name
Evaluate this expression:
(52+3)-(3-5)2
24
This is the membrane that surrounds the heart
What is the pericardium?
This highway network in Germany is known for its lack of a speed limit
What is the Autobahn?