This shows you the differences between two versions of the page.
Both sides previous revisionPrevious revision | |||
haas:spring2017:cprog:projects:mbe1 [2017/03/06 23:17] – [automated verification] wedge | haas:spring2017:cprog:projects:mbe1 [2017/03/07 19:42] (current) – [Output Specification] wedge | ||
---|---|---|---|
Line 404: | Line 404: | ||
Some important things of note: | Some important things of note: | ||
- | * The input value should be //right justified// in a 3 space allocated location to just before the " x 11". | + | * The input value should be //right justified// in an 8 space allocated location to just before the " x 11". |
* The equal sign has a space padding it on each side: " = " | * The equal sign has a space padding it on each side: " = " | ||
* The output is calibrated for working with 5 digits. If there are no digits in those further left places, blanks must be displayed instead (in the 10637 example above, the first four lines are only dealing with 4 digits, until a carry propagates over to a 5th digit). | * The output is calibrated for working with 5 digits. If there are no digits in those further left places, blanks must be displayed instead (in the 10637 example above, the first four lines are only dealing with 4 digits, until a carry propagates over to a 5th digit). |