Testing Two Numbers Tutorial

From Progzoo

Boxes Tutorials
Test Equality

  • You may want to review: and

[edit] Line

The pickCol method is called for each of the boxes. The colour of each box depends on the parameters i and j

Change the code so that a vertical line is drawn as shown.

[Font] [Default] [Show] [Resize]

[edit] Cross

A cross of a vertical and a horizontal line.

[Font] [Default] [Show] [Resize]

[edit] Leading Diagonal

The leading diagonal is from top left to bottom right.

[Font] [Default] [Show] [Resize]

[edit] Trailing Diagonal

The trailing diagonal is from top right to bottom left.

[Font] [Default] [Show] [Resize]

[edit] Rightmost columns

The three columns to the right.

[Font] [Default] [Show] [Resize]

[edit] Bottom right corner

Nine boxes in the bottom right corner.

[Font] [Default] [Show] [Resize]