Java expression  & operators

Java expression & operators

1st - 4th Grade

5 Qs

quiz-placeholder

Similar activities

SOCKET PROGAMMING BASICS 1

SOCKET PROGAMMING BASICS 1

4th Grade

10 Qs

1.6 Struktur Data dan Modular

1.6 Struktur Data dan Modular

1st Grade

10 Qs

QUIZ 1

QUIZ 1

1st Grade

10 Qs

From Scratch to Python Quiz Unit 1 ,1.7-1.9

From Scratch to Python Quiz Unit 1 ,1.7-1.9

KG - 12th Grade

7 Qs

Java Fundamental

Java Fundamental

2nd Grade

10 Qs

Python - Operators and Conditional Statement

Python - Operators and Conditional Statement

3rd - 10th Grade

10 Qs

Programación Java

Programación Java

1st Grade

10 Qs

Introducción a JS

Introducción a JS

1st Grade

10 Qs

Java expression  & operators

Java expression & operators

Assessment

Quiz

Computers

1st - 4th Grade

Easy

Created by

THILLAI KUMAR

Used 7+ times

FREE Resource

5 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Types of Java Operators

logical

arithmetic

relational

all of above

2.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Java expression

a<b

Types of operator for above expression is

Relational

logical

arithmetic

3.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Java expression

a&&b

Type of operator

relational

logical

arithmetic

4.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Evaluate this expression

a=3,b=4

!(a==0) && (b<5)

true

false

5.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which of the following statement is valid

int a+b=5;

double char =m;

int name;

name = 5;

IQ = 5;

int IQ;