New game
Download
Get Academic Plan
Share game
Integrate it into your platform

You can integrate the game into an LMS compatible with LTI 1.1 or LTI 1.3 such as Canvas, Moodle, or Blackboard. This way, the scores will be automatically saved into the platform’s gradebook.
Download
You have exceeded the maximum number of games you can integrate into Google Classroom with your current Plan.

To integrate as many games as you want in Google Classroom, you need an Academic Plan or a Commercial Plan.

You have exceeded the maximum number of games you can integrate into Microsoft Teams with your current Plan.

To integrate as many games as you want in Microsoft Teams, you need an Academic Plan or a Commercial Plan.

Downloading games is an exclusive feature for users with an Academic Plan or a Commercial Plan.

Get your Academic Plan or your Commercial Plan now and start integrating your games into your LMS, website or blog.

If you wish, you can download a demo game here and test its integration:

30s Variable & Math Review 1

Froggy Jumps

Played 0

About this activity

Variable & Math Review

Created by

Canada

Download the paper version to play

Make your own free game from our game creator
Compete against your friends to see who gets the best score in this game

Top Games

%
Anonymous
Anonymous
%
%
%
You have exceeded the maximum number of games you can print with your current Plan.

To print as many games as you want, you need an Academic Plan or a Commercial Plan.

Print your game
30s Variable & Math Review 1
 

Froggy Jumps

30s Variable & Math Review 1Online version

Variable & Math Review

by Cheryl Klimack
1

Which line correctly declares an integer variable named score and assigns it the value 10?

2

What is the output of the following code? int x = 5; int y = 2; Console.WriteLine(x / y);

3

Which data type should be used to store a decimal number like 3.75?

4

What is the value of result after this code runs? int result = 10 + 3 * 2;

5

What is the output of this code? int a = 7; a++; Console.WriteLine(a);

6

What is the value of total after this code runs? int total = 0; total += 5; total += 3;

7

What is the output of the following code? double x = 9; double y = 2; Console.WriteLine(x / y);

8

Which of these is the recommended format for the variable to represent the number of cats living in the scary house.

9

What does the following code do? int x = 10; x -= 4;

10

What is the result of this expression? (8 + 4) / 3

11

Which data type is best for storing a true/false value?

12

What is the recommended way to store the constant GST rate?

Are you sure you want to leave the page?

If you leave, you will lose the game in progress.