Computer Science, asked by adarshsinghrajp2354, 1 year ago

write an assembly language program that will design a simple calculator

Answers

Answered by saim14
0
I have a project that I've been struggling with. Half of my program works and the other half doesn't but there aren't any errors.Process A and B work but C D AND E do not. Can someone please help me. Here is what i'm trying to do

Hide   Expand    Copy Code

Performance Requirements Write a program that will perform as a binary calculator. The program should begin by prompting the user for his or her name. The program should then prompt the user to choose from a set of options for calculations. These options should include 1) adding two binary numbers (answer in binary), 2) subtracting two binary numbers (answer in binary), 3) writing out a decimal number in its binary form, 4) convert a character to uppercase, and 5) reverse the case of an alphabetic character (if entered character is lowercase, then write out uppercase and vice versa) The program should prompt the user for the relevant inputs and perform the correct operation. The program should then display the results as blue text on a white background with the user’s name (For example, "Dr. Rogers, your sum is 100") Coding requirements Create a procedure for each operation. Bonus – For extra credit, implement the following Modify your code to display the formatted results in a message box.
Answered by bibiborkataki12
0

Here is your answer buddy

Attachments:
Similar questions