Experiment 10
Write the program which you developed for getting two binary numbers from the user and displaying a menu to AND and OR the two numbers, using subroutines. For example, write a subroutine for getting a binary number from the user, one subroutine to display the menu, one subroutine to AND the two numbers, one subroutine to OR the two numbers and one subroutine to display the binary number. Write your procedures i a separate file. Write Macros for displaying a string and displaying carriage returns as well.