Search Header Logo

Java nested if program

Authored by Claire Firman

Computers

10th - 11th Grade

Used 12+ times

Java nested if program
AI

AI Actions

Add similar questions

Adjust reading levels

Convert to real-world scenario

Translate activity

More...

    Content View

    Student View

9 questions

Show all answers

1.

FILL IN THE BLANK QUESTION

1 min • 1 pt

Media Image

You are going to fill in the blanks.

You will complete the MarkSymbol class:

Code a program which will input a mark, then display a symbol for this mark according to this table.

public class _____

2.

FILL IN THE BLANK QUESTION

2 mins • 1 pt

To input a mark (fill in missing code):

int mark = ______(JOptionPane.showInputDialog("Input number));

3.

FILL IN THE BLANK QUESTION

45 sec • 1 pt

We need to declare a variable to store the symbol:

____ symbol = ' ';

4.

FILL IN THE BLANK QUESTION

30 sec • 1 pt

Complete the if:

if (mark __ 80)

{

symbol = 'A';

}

5.

FILL IN THE BLANK QUESTION

30 sec • 1 pt

The next part of the laddered if:

else if (mark >= __ )

{

symbol = 'B';

}

6.

FILL IN THE BLANK QUESTION

30 sec • 1 pt

The next part of the laddered if:

else if (mark >= 60 )

{

symbol = ___;

}

7.

FILL IN THE BLANK QUESTION

30 sec • 1 pt

The next part of the laddered if:

else if (_____ >= 50 )

{

symbol = 'D';

}

Access all questions and much more by creating a free account

Create resources

Host any resource

Get auto-graded reports

Google

Continue with Google

Email

Continue with Email

Classlink

Continue with Classlink

Clever

Continue with Clever

or continue with

Microsoft

Microsoft

Apple

Apple

Others

Others

Already have an account?