Question
Write a program which will get the name and grade from a student. You should then greet the person and display the letter grade they
Write a program which will get the name and grade from a student. You should then greet the person and display the letter grade they have. This assignment is to test your ability to use the condition statements logically. example: Please enter your name: Mark Please enter your grade: 88 Mark, you got a B in the class You are to submit the .asm file when you are done. If you used the .if statements found on google, you will get a zero. condition statements in this class use cmp. Example: cmp eax, 5 ;will compare eax to 5. After that it should be able to conditional jump. Example: jg greater1 ; jump if greater to the label greater1.
Step by Step Solution
There are 3 Steps involved in it
Step: 1
Get Instant Access to Expert-Tailored Solutions
See step-by-step solutions with expert insights and AI powered tools for academic success
Step: 2
Step: 3
Ace Your Homework with AI
Get the answers you need in no time with our AI-driven, step-by-step assistance
Get Started