This shows you the differences between two versions of the page.
haas:spring2016:cprog:projects:mms0 [2015/01/29 12:29] – external edit 127.0.0.1 | haas:spring2016:cprog:projects:mms0 [2016/01/25 22:55] (current) – [Program] wedge | ||
---|---|---|---|
Line 90: | Line 90: | ||
Your program should: | Your program should: | ||
* prompt the user for the number (input) | * prompt the user for the number (input) | ||
+ | * input number as an unsigned char | ||
* perform the task (process) | * perform the task (process) | ||
+ | * isolate digits mathematically | ||
* display the final value (output) | * display the final value (output) | ||
+ | * display the beginning and ending parts together (but stored in separate variables) | ||
=====Execution===== | =====Execution===== | ||