Lab Assignment 7
CS202, Summer 2004
1.(5pt) Write a Java application to draw a Ying-Yang symbol as shown in
the following image:
2.(5pt) [Simple Calculator, Part III] Continue with your calculator and
make arithmetics and the functions work.
3.(5pt) [Lab Manual] p401-405. Guess Game (including Follow-Up
Questions and Activities)
4.(5pt) [Lab Manual] p417-419. Debugging.
5.(extra credit 5pt) [Simple Calculator, Part IV] Put the
finishing touch on your
calculator and make it as "commercial quality" as possible. For
example, you may want to check the following:
- text alignment
- divided by 0
- multiple decimal points
- square root of negtive numbers
- numbers with many many digits
- leading 0's
- ...