Skip to main content
ICT
Lesson A12 - Iterations
 
Main   Previous Next
 

LAB ASSIGNMENT A12.2 page 13 of 18

Pictures

Assignment:

  1. Write a method that takes in, through its parameters, the number of rows and columns to print a multiplication table.

  2. There must be a margin of row and column headings for the table.

  3. The answer columns should be separated by a field-width of 5 columns.

  4. A blank line should be inserted between the column heading and the first row of the table.

  5. A precondition of the procedure is that the value of the row or column will be from 1..12.

  6. Sample run output for printTable(4,6):

  7. Write another method to print the following pyramid pattern of stars. The number of lines to print will be passed in to the method. If the number of lines = 5, then:

  8. Write a method to draw a sunburst pattern using the DrawingTool. Your sunburst should consist of 360 separate lines, each one degree apart. For added flair, you can try looking up the Color class and use it to create colored lines. In the example picture below, each of the lines is a random color.

 

Main   Previous Next
Contact
 © ICT 2006, All Rights Reserved.