Problem
1. Write an assignment statement that assigns True to the Boolean variable Available if Number_Ordered is less than or equal to Number_On_Hand minus Number_Reserved.
2. Declare Eligible to be a Boolean variable, and use an assignment statement to set its value to True.
3. Write an assignment statement that assigns True to the Boolean variable Candidate if SAT_Score (Integer) is greater than or equal to 1100, GPA (Float) is not less than 2.5, and Age (Integer) is greater than 15. Otherwise Candidate should be False.