General Trivia
Math
Sports
Food
Hello World
100

What is the state animal in florida?

the panther

100

23

8

100

What sport do the yankees play?

Baseball

100

From which country did the sandwich originate?

England

100

print("hello world")

python

250

What are the three primary colors in art?

Red, Yellow, and Blue

250

29

512

250

How many NFL teams are there?

32

250

What is the main ingredient in the Korean dish ‘Kimchi?’

Cabbage

250

public class Main {
    public static void main(String[] args) {
        System.out.println(“Hello, World!“);
    }
}

Java

500

What year did Disney World open?

1971

500

42/7

6

500

How many teams in the NBA do NOT end with S

4 (Jazz, heat, Thunder, Magic)

500

What is the main ingredient in the Middle Eastern dish ‘Hummus?’

Chickpeas

500

#include <iostream>
int main() {
    std::cout << “Hello, World!” << std::endl;
}

C++
750

A cooking game with a character finding a job at a icecream place and get abandoned by the head chef so now the player serves icecream

Papas freezeria

750

Square root of 196

14

750

How many Superbowls did Tom Brady win with the patriots?

6

750

This popular fruit is often referred to as the ‘King of Fruits,’ and has a distinctly strong and repulsive odor. What is it?

Durian

750

puts ‘Hello, World!’

Ruby

1000

What year was FSC founded

1883

1000

8 / 2(2+2)

1

1000

Who is the all time leading scorer in the NBA?

LeBron James

1000

What type of pasta is shaped like rice grains and is often used in soups?

Orzo

1000

using System;
class Program {
    static void Main(string[] args) {
        Console.WriteLine(“Hello, World!“);
    }
}

C#