Search Header Logo
Algorithm

Algorithm

Assessment

Presentation

Computers

KG

Hard

Created by

Namal (ITNamal)

FREE Resource

3 Slides • 0 Questions

1

​Comparision Operators / conditional operators

සැසදුම් කාරක

2

​> - grater than

< - less than

>= grater than or equal

<= less than or equal

== equal

<> un equal

​Boolean value

Yes/true

No/false

3

​x=10

y=20

  1. z=x>y z=false /no

  2. z= x<y z= true / yes

  3. z= x>= y z= false

  4. z= x<=y z= true

  5. z= x<> y z= true

  6. z= x == y z= false

​Comparision Operators / conditional operators

සැසදුම් කාරක

Show answer

Auto Play

Slide 1 / 3

SLIDE