Posts
 
Reputation
Joined
Last Seen
0 Reputation Points
Unknown Quality Score

No one has voted on any posts yet. Votes from other community members are used to determine a member's reputation amongst their peers.

0 Endorsements
~487 People Reached
Favorite Forums
Favorite Tags
Member Avatar for risen375

I need help with this program. It take in a number from the user and displays their grade. For example. If the user inputs 77. The program prints out "Your grade is a C" jmp firstLine ; m1 dw ? prompt db 'Enter a number between 1 to 100: ' …

Member Avatar for hr.Ziggurat
0
162
Member Avatar for risen375

Can someone please help translate this statement to assembly language if X <= Y then if Y = V then call Path1 end if else if X > Z then call Path2 else call Path3 endif endif

Member Avatar for ShiftLeft
0
91
Member Avatar for risen375

Im have trouble trying to calulate this 3*a-4*c. The program calculate only 3*a and produces no errors. call getPos M1 dw ? mov M1, AX call crlf call getPos M2 dw ? mov M2, AX call crlf call getPos M3 dw ? mov M3, AX call crlf mov BX, 2 …

Member Avatar for mathematician
0
109
Member Avatar for risen375

Hi I need help with this program. When I run this program, it will not print out the correct kilograms which always displays 0. Please help #include <iostream> #include <istream> #include <iomanip> #include <vector> using std::vector; using namespace std; using std::endl; using std::setw; struct PatientInfo { string name; double weight; …

Member Avatar for histrungalot
0
125