Waiting for answer This question has not been answered yet. You can hire a professional tutor to get the answer.
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 dec
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.