How do I create a variable called num that has a value of 5
int x = 5;
How should I compare the strings str1 and str2
by using .equals()
Chanukah takes place over which Hebrew dates?
25th of Kislev -> 3rd of Tevet
My first name is?
Michael
What is the name of the fictional wizarding school in the "Harry Potter" series?
Hogwarts
What is 5 / 2?
2
true && !false && false || false && true || true
evaluates to what?
true
Why do we eat fried foods on Chanukah?
Because of the miracle of the oil
Which High School did I attend?
HANC
In the periodic table, what is the symbol for the element oxygen?
O
What is stored in the following expression:
String str = new String();
null
if (x == y)
{
// Statement A
}
else
{
// Statement B
}
Which statement will run here if x = 15 and y = 20
B
What is the Machloket between Bait Shammai and Bait Hillel?
How to light candles
What are my 3 non-class related central jobs?
Softball, Podcasting, Science Olympiad
Which river is the longest in the world?
The Nile
What do we call it when multiple methods have the same name but a different number of parameters?
Overloading
What for loop header will allow me to loop through each character of a string named str?
for(int i = 0; i < str.length(); i++)
The story of Chanukah shows up where in the Gemara?
Shabbos
My wife and I started going out when?
8th grade
In which year did the Titanic sink after hitting an iceberg?
1912
What kind of error is an index out of bounds exception?
Runtime (as opposed to compile time)
How many times does the following loop iterate?
// x has been initialized with a positive int value
int count = 0;
while (count < x)
{
count++;
}
x times
What was Atara's big gift this year?
A Kitchen Set
I own and operate a game development studio named?
Farwind Studios
What popular social media platform limits posts to 280 characters?
Twitter (X)