nested if statement

nested if statement

KG

4 Qs

quiz-placeholder

Similar activities

AP CSP Procedures

AP CSP Procedures

12th Grade

6 Qs

The programming Quiz

The programming Quiz

11th Grade - Professional Development

6 Qs

Java Conditionals Unit 3

Java Conditionals Unit 3

9th - 12th Grade

8 Qs

Year 7 - Scratch - Decomposition and Subroutines Quiz

Year 7 - Scratch - Decomposition and Subroutines Quiz

6th Grade

9 Qs

Selection Challenges

Selection Challenges

7th - 11th Grade

8 Qs

Programming Principles Review

Programming Principles Review

7th - 8th Grade

9 Qs

2.13.2022 | Introduction to Java Review

2.13.2022 | Introduction to Java Review

Professional Development

8 Qs

Lego Spike Prime Micropython Coding Quiz

Lego Spike Prime Micropython Coding Quiz

7th Grade

8 Qs

nested if statement

nested if statement

Assessment

Quiz

KG

Medium

Created by

ALYAAZI 664847692

Used 27+ times

FREE Resource

4 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

45 sec • 1 pt

what is the meaning of if statement ?

sample program that ask the user to enter two values

is a programming language that produces software for multiple platforms.

is a programming conditional statement that, if proved true, performs a function or displays information.

the process of assigning a code to something for classification or identification.

2.

MULTIPLE CHOICE QUESTION

45 sec • 1 pt

what print stand for ?

System.out.print (String[] args)

System out print(String args [])

System .out .print (string[] args:

Systemoutprint(string):

3.

MULTIPLE CHOICE QUESTION

45 sec • 1 pt

what we can use if for ?

Use if to specify a block of code to be executed, if a specified condition is true

to specify a block of code to be executed, if the same condition is false

to specify a new condition to test, if the first condition is false

to specify many alternative blocks of code to be executed

4.

MULTIPLE CHOICE QUESTION

45 sec • 1 pt

what we can use else in java ?

to specify many alternative blocks of code to be executed

to specify a new condition to test, if the first condition is false

to specify a block of code to be executed, if a specified condition is true

to specify a block of code to be executed, if the same condition is false