Filipino term for Butterfly
Paro-paro
Full name for extension ".php"
Hypertext Preprocessor
Dunder Mifflin's Receptionist's name
Pam Beesly
Sir Mon's First name?
Christian
Taylor Swift fandom name?
Swiftie/s
Almost extinct sea animal (AKA Sea Cow)
Manatee
Founder of Java
James Gosling
How long has the TV show Spongebob been airing? (in years)
21 years
Nick Name and Last Name of Software Engineering professor?
KC Arabit
Full name of Friday singer?
Rebecca Black
The Disney character Goofy is what animal in real life
Cow
What programming language will run this as expected? (Code checks if the number input is odd or even)
num = int(input("Enter a number: "))
if (num % 2) == 0: print("{0} is Even".format(num))
else: print("{0} is Odd".format(num))
Python
FRIENDS's youngest character
Rachel
Sir Juco's Last name?
Rivera
Name of this song [SONG1]
Cheerleader
Second smallest bird that can't fly
Penguin
Difference between:
++i, and i++?
++i increments the number before the current expression is evaluated. i++ increments the number after the expression is evaluated.
{ //sample
int a = 0;
int b = a++; // b = 0; a = 1
a = 0;
b = ++a: // b = 1; a = 1
}
HIMYM's Robin's last name
Scherbatsky
Number of buttons in Nexus Building's Elevator?
15
Average Joe
Name of this song in original version [SONG3]
Die Young