if Value of variable a is 45 & value of varible b is 5
multiply of a & b is 225
Sum of a & b is 50
Subtract of a & b is 40
Devide of a & b is 9
percentage of a & b is 0
sqare power of a & b is 184528125

multiply of a & b is 225
Subtract of a & b is 40
devided of a & b is 9
sum of a & b is 50

Value of x is 5
Value of a is 20
Value of a is -5
Value of a is 75
Value of a is 4
Value of a is 0
Value of a is 24300000

value of x = 7, value of y= 9
For x==y result is

value of x is 8 and value of y is 8
for x==y the value is 1

bool(true) is the value of x==y

value of x is 8 and value of y is 9
bool(false) is the value of x==y

bool(false) is the value of x>y
bool(true) is the value of x<=y
bool(false) is the value of x>=y
bool(true) is the value of x<>y
bool(true) is the value of x < y

value of h is true and value of k is false
for h and k the result is bool(false)

value of h is false and value of k is false
for h and k the result is bool(false)

value of h is true and value of k is true
for h and k the result is bool(true)

value of h is false or value of k is false
for h and k the result is bool(false)

value of h is true or value of k is false
for h and k the result is bool(true)

value of h is true or value of k is true
for h and k the result is bool(true)

value of h is false and value of k is true
for !h the result is bool(true) for !k the result is bool(false)