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...


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




Sample input:


2 [which represents February]



Sample Output:


28



Jun 10, 2022
SOLUTION.PDF

Get Answer To This Question

Related Questions & Answers

More Questions »

Submit New Assignment

Copy and Paste Your Assignment Here