Heat Analysis
  • Write a SELECT CASE statement based program that will examine the value of an
    integer called flag and print one of the following messages, depending on the value
    assigned to flag.
    1. HOT, if flag as the value of 1.
    2. LUKE WARM, if flag has a value of 2.
    3. COLD, if flag has a value of 3.
    4. OUT OF RANGE if flag has any other value.

No Comments..!

Total Duration: 22:14:02