Question: I need help programming this code in C++ ASSEMBLY LANGUAGE . I need help ASAP. Thank you. By Assembly Language, I mean this following format:
I need help programming this code in C++ ASSEMBLY LANGUAGE. I need help ASAP. Thank you.
By Assembly Language, I mean this following format:
#include
using namespace std;
//any voids
void ...()
{
}
// any varibles
int/short variable_n
int main ()
{
_asm
{
... Assembly Code
}
}
I must use the asm format above.
5. (20 points) Write an assembly program with the following I?O
-------------------------MENU ---------------------
Food
Hamburger(H).3.30
Cheezeburger(C )3.45
Double-double(D).. 4.45
Drinks
Soda(S) ..1.10
Juic (J).1.50
Beer (B)...1.75
Enter the number of customers: 2
Enter the number of each type of food (H/C/D): 2 3 1
Enter the number of each type of drinks (S/J/B): 2 2 2
Total bill = xx.xx
Enter the number of each type of food (H/C/D): 2 3 2
Enter the number of each type of drinks (S/J/B): 3 2 2
Total bill = xx.xx
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
