Question: Develop* a C program that takes room length and average class visual acuity as inputs and outputs recommended font size for Powerpoint charts, so that
Develop* a C program that takes room length and average class visual acuity as inputs and outputs recommended font size for Powerpoint charts, so that those with the poorest average eyesight can see the charts from the back of the room.
* Develop indicates that a systematic programming process that was specified shall be followed.
Room length is an input to the program. Font size is an output of the program; it is the recommended font so that a person with poor vision in the back of the room can best read a powerpoint slide having that font size. (Note: that if the font size is too small, the text on the slide will be too small to read; if the font size is too big, the text will also be hard to read because it will appear grainy due to the break between the pixels being bigger). All you need to know is the equation for computing the font size given the length of the room. For your program you need to: 1) write the code to perform the calculations of the equation, 2) design the input and out, 3) decide on the data structures you will use, e.g. arrays, 4) decide on how your code will be verified.
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
