1- can sum1 make head nor tail ov how this is written out?
----------------------------
If the user chooses to calculate the area of squares, an ‘area_of_squares’ method will ask for the following data which will be used to calculate and display the areas of the squares:
First square side length (L)
Number of further square areas to calculate (N)
Square size increment (I)
e.g. If the user enters L = 5, N = 2, I = 2 then three square areas of
L = 5, L = 7 and L = 9 will be calculated and displayed.
The formula for calculating the area of a square is:
Area = L * L
--------------------------
this makes no sence really... so if anyone can enlighten me =D
(I have to have a calculation coded in java by friday
)
thanx
----------------------------
If the user chooses to calculate the area of squares, an ‘area_of_squares’ method will ask for the following data which will be used to calculate and display the areas of the squares:
First square side length (L)
Number of further square areas to calculate (N)
Square size increment (I)
e.g. If the user enters L = 5, N = 2, I = 2 then three square areas of
L = 5, L = 7 and L = 9 will be calculated and displayed.
The formula for calculating the area of a square is:
Area = L * L
--------------------------
this makes no sence really... so if anyone can enlighten me =D
(I have to have a calculation coded in java by friday


thanx