This shows you the differences between two versions of the page.
Next revision | Previous revision | ||
notes:cprog:fall2024:projects:dtr0 [2024/08/26 14:36] – created - external edit 127.0.0.1 | notes:cprog:fall2024:projects:dtr0 [2024/09/20 03:30] (current) – [DTR0] mwinter4 | ||
---|---|---|---|
Line 1: | Line 1: | ||
======DTR0====== | ======DTR0====== | ||
+ | Within <wrap hi> | ||
+ | These sections will contain multiple print statements to display information and formatting. They will also contain some computations for determining some of the information that will be printed to the screen. For example, take the following statement: | ||
+ | |||
+ | < | ||
+ | quantity = (long double) pow (2, (size * 8)); | ||
+ | </ | ||
+ | |||
+ | This statement informs us of the possible distinct values, which we will need for our output. | ||
+ | |||
+ | To get an idea of what your output should look like for each section, you can compile and run the program before even making any modifications. Notice that there is formatting to align the information in the right " | ||
=====REPOSITORY STEPS===== | =====REPOSITORY STEPS===== | ||