x.java, y.html, etc.
EAANILA1_7.jarAssignments idefixnml@acm.org
As you have just seen, I ask for hand in of code in the form and shape of
.jar-files. Jar files are .zip-look-alikes
known to the JDK and the JRE, Java Runtime Environment.
The may be produced with a File->Export in Eclipse:
followed by:
Lesson1HelloWorld0
When you are succesfull, repeat the steps 2-5 in the list above,
while substituting HelloWorld1
for HelloWorld0, and key in the code from the
Figure 1.6, “Eclipse Workbench With HelloWorld1” editor.
Lesson1IRLesson1OpsLesson1Ops1Take a look at the following code
In order to practice coding modify the program from
the section called “Assignment 1.4” so that it calculates using a
while loop instead. Remove the console output.
In order to practice coding modify the program from
the section called “Assignment 1.4” so that it calculates using a
do … while loop instead. Remove the GUI output.