Its Little Man and the textbook is by Englander, Computer Hardware and Systems Software. From what I understand, this is how to find the largest, but how does one go about modifying it to find them in order
00 : 901
01 : 397
02 : 901
03 : 398
04 : 901
05 : 399
06 : 297
07 : 810
08 ...
Hello everyone,
New to the forums and I really need some help. I'm trying to create a little man program that would accept any three user inputs and return them in order from largest to smallest. I really have no clue where to start since I'm completely new to programming. Please help..