Color Analysis
  • Write a SELECT CASE statement that will examine the value of a char-type variable
    called color and print one of the following messages, depending on the character
    assigned to color.
    1. RED, if either r or R is assigned to color.
    2. GREEN, if either g or G is assigned to color.
    3. BLUE, if either b or B is assigned to color.
    4. BLACK, if color is assigned any other character.

No Comments..!

Change Subject:


Total Duration: 22:14:02