| Unit 2 Assignment
Read about each program. Decide which one you would like to do. There are sample runs for each. You get no help on these.
I will grade them only once. | ||||||
|
Password Program - 85 points Open Lab2c4 - about the password. Save as U2p1 We are going to
make the program look more like a real log-in. 1. Add a variable
as the ID number similar to the the way we declared a password. This can
be an integer or a String.
3. The program
should tell me one of 3
things
| ||||||
|
Triangle program - 100 points It uses your knowledge about triangles. It is similar to Lab2d4. I would suggest starting there and save as U2p2. The sum of the
angles of a triangle is 180 degrees. If the sum is more than 180 or less
than 180, the triangle does not exist. Here are some sample runs:
|