Question: Here is my code: program bigNumber; #include ( stdlib . hhf ) static n : int 3 2 ; begin bigNumber; stdout.put (
Here is my code:
program bigNumber;
#include stdlibhhf
static
n : int;
begin bigNumber;
stdout.putGimme a decimal value to use for n: ;
stdin.getn;
movn ECX;
outerLoop:
cmpECX;
jle endOuterLoop;
movECX EDX;
innerLoop:
cmpEDX;
jle endInnerLoop;
stdout.putiECX;
decEDX;
jmp innerLoop;
endInnerLoop:
decECX;
jmp outerLoop;
endOuterLoop:
stdout.newln;
end bigNumber;
Feedback from the instructor: Your BigNumber Code Is Not Showing The Assigned Output Pattern.
Step by Step Solution
There are 3 Steps involved in it
1 Expert Approved Answer
Step: 1 Unlock
Question Has Been Solved by an Expert!
Get step-by-step solutions from verified subject matter experts
Step: 2 Unlock
Step: 3 Unlock
