Access to all homework review hints can be found here


Introduction To Programming (Java)

Create a tree using print and println methods in java without input.

1

Variables and Assignments

Write a series of programs in which you get user input and store in variables in which you do arithmetic operations and output the results.

2

Console Input and Output

Work with the modulus operator to calculate output to the screen.

3

Branches

Using if-statements and switch statements to write code based on certain criteria.

4

Loops

Using if-statements, switch statements, while and for loops to write code based on certain criteria.

5

User Defined Methods

A collection of methods which do statistical analysis on a series of numbers.

6

One Dimensional Arrays

Using an array to use methods for a program which is calculating grades

7

Object and Classes

Using java concepts of objects and classes to create a series of circles which you can get it's area and circumference.

8