Exercise # 1
    Create your own Boolean statement using any relational operator
Exercise # 2
    Create your own Boolean statement showing inequality
Exercise # 3
    Create your own False Boolean statement using <= or >=.
Exercise # 4
    Create multiple Boolean statements and test if their conditions are met simultaneously.
Exercise # 5
    Create multiple Boolean statements and test if all conditions are met simultaneously.
Exercise # 6
	  Create two Boolean statements and test if either conditions are met simultaneously.