Question: Programming assignment 3 Create a program that will have a variable (a label) with a number stored therethat will be a number between 1 and
Programming assignment 3
Create a program that will have a variable (a label) with a number stored therethat will be a number between 1 and 999, and send it to the output window (the window at the bottom of the simulator that has 'ARCTools Version 2.1.2'displayed in it)so that it is displayed backwords.You will need to display the number in 3 digitsin the output window.You will need to parse the number into individual digits because the ARC IO can only send one character at a time to the output window. So, for example: if the original number is 47, you will treat it as 047, and send the 7 to the output window, send the 4 to the output window, and then send the 0 to the output window. So 740 will be displayed in the output window.If the original number is 9, then you will treat it as 009, andsend the 9 to the output, then the middle 0 to the output, and then the left most 0 to the output. So 900 will be displayed
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
