|
CS 161 DUE announced in class, check e-mail, check online schedule Purpose: To become familiar with simple expressions and formatted output conditional loop statements.Problem: Modify the program in assignment 3 such that: You will now add three new math calculations of your choice. Such as, square root, quadratic equation, temperature conversion, etc. make sure to comply with the rules of mathematics (do not allow div/0 sqrt(negative number), etc.) Let the user be aware of those rules showing instruction on the screen and you will also going to be able to protect div/0 and sqrt of negative numbers, using control structures.
A sample interaction with your program would be like:
Turn in all in a large envelope:
Any questions, please let your instructor know. |
Back to CS
161 Homepage |