Answer the following questions true (T) or false (F)
1. True/False: “Joan” <= “Jane”
2. True/False: Given that X = 14 and Y = 15, is the following true or false?
X > Y OR X > 0 AND Y < 0
3. True/False: IfNumber = 7, then the following statement is true:
(Number * Number) <= (2 * Number).
1. F
2. F
3. F
Computer Science & Information Technology