[SOLVED] CS150 Lab 6

20.00 $

Category:

Description

5/5 - (2 votes)

• Ask the user to enter an integer
• If it is in the range of 0-10 inclusive print it in words (i.e. 3  three).
• If it is not in the range 0-10 inclusive say so.
• Complete this lab by using a switch statement