Java expression  & operators

Java expression & operators

1st - 4th Grade

5 Qs

quiz-placeholder

Similar activities

Vectores Java

Vectores Java

1st Grade

10 Qs

UAS Praktikum: Logika dan Algoritma Pemrograman

UAS Praktikum: Logika dan Algoritma Pemrograman

1st Grade - University

10 Qs

elmelet_1-4

elmelet_1-4

1st Grade

10 Qs

BWOCD #1

BWOCD #1

1st - 5th Grade

10 Qs

C Programming 20/5/2021

C Programming 20/5/2021

1st - 3rd Grade

10 Qs

Python

Python

3rd Grade

9 Qs

Parts of computer class 3

Parts of computer class 3

3rd Grade

10 Qs

Introduction to Database

Introduction to Database

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;