John's Java

Assignments Index

Lesson 2:
Write a program to solve the following problems.
1)   57 * (25-6) = ?      (use int)
2)   4/7 = ?      (use double)
3)   find the letter 13 letters after 'C'     (use char & casting)
4)   write your name and the break it up into first and last names,
then count the letters in each part of your name.   (use String)
Finished Program: VariablesAssignment.java right click and select "Save As"

Lesson 3:
Download the project below and follow the instructions in the commments.
Project: LogicAssignment.java right click and select "Save As"
Finished Project: LogicAssignmentSolution.java right click and select "Save As"

Lesson 4:
Comming soon...

{ParagraphsSidebar}