Download as pdf or txt
Download as pdf or txt
You are on page 1of 1

APPOLLO NATIONAL PUBLIC SCHOOL

COMPUTER APPLICATIONS
Class: 9
ICSE KA 083 Operators 2021-2022

Note: Answer these questions in the CW.

I. Solve:

i) If m=2 ,n=4 find the value of


n+= n++ + --m

ii) if m=12 find n


n= m++ *5 +--m

iii) If x=4, find


x-= x++ * ++x %2

iv) a=4,b=2,c=6
boolean b=(a>b) ||! (a>c)

v) 6+8 >10 || 7<3+3

vi) !(7==7)

II. Write a program to find the area ,perimeter of a square.


(note : area = S*S and perimeter=4*S )

©2019 Appollo National Public School Appollonps.com Page 1

You might also like