A program which takes in a digit from 1 to 6 where each digit represents a month in a calendar year. For example, the digit 1 represents January, 2 represents February, and 3 represents March and so on. Program should then output the total number of days in that month.
Please complete it with Conditional Jumps that can run on "emu8086".
Sample input:
4 [which represents April]
Sample Output:
30
2 [which represents February]
28
Already registered? Login
Not Account? Sign up
Enter your email address to reset your password
Back to Login? Click here