You are on page 1of 3

Start

Flowcharting
Input length,width
Rubric Rubric

Area=length*width

If Yes
Display the figure is a
Length=width square!

No

Display the figure is a End


rectangle!

Display Area

End
Start

Algorithm Rubric
Input length,width

Area=length*width

Display the figure is a


square!

Display the figure is a


rectangle!

Display Area

End
2. a, b, c and h
3.
public class FixProgram {
public static void main(String args[]) {
System.out.println("WELCOME");
System.out.println("TO");
System.out.print("IT ");
System.out.print("102");
}
}

You might also like