Fill This Form To Receive Instant Help
Homework answers / question archive / Write a program that asks the user for month input and checks if it is valid (between 1 and 12)
Write a program that asks the user for month input and checks if it is valid (between 1 and 12). An output message saying 'valid' or 'invalid' should be displayed at the end. You MUST use a nested decision structure in your program.