Your program should prompt for each input, and output some text to say that the result is the largest number; however, you may want to get the code working first, then add the text later. Your program should also contain comments to state its putpose and your name, as well as a few comments to explain anything that is not obvious; insert these comments as you go, rather than waiting until later.
Use the PEP-8 simulator to check that your syntax is correct,
then upload your source code
(into your folder named "YourLastName")
on a file named "p1-YourLastName.asm".
Your program should also contain comments to state its putpose and your name,
as well as a few comments to explain anything that is not obvious;
insert these comments as you go, rather than waiting until later.
Use the
openprocessing.org
website
to check your code,
making sure that it compiles without error,
and getting it to work properly.
Upload your source code
(into your folder named "YourLastName")
on a file named "p2-YourLastName.java".
Exam:
There will be an exam in class on Wednesday 11/29.
Project #2 (Java in a Processing PDE)
Write a "Processing" program
(consisting of Java statements in the Processing environment)
to draw a (static) sketch containing the following:
using 3 or more differently-colored ellipses,
plus at least two other shapes.