A linear pair of angles is formed when two lines intersect. Two angles are said to be linear if they are adjacent angles formed by two intersecting lines. hope it helps
Answer:
the width would be 4 inches and the length would be 6 inches
Answer:
for(j = n; j > 0; j--)
System.out.print(\"*\");
Step-by-step explanation:
-A for loop is a repetition control structure.
-It allows the efficiency to write a loop that would otherwise be written a couple of times.
-The output is a single line comprising n asterisks,
-The number of asterisks printed will be equivalent to the n-value declared.
Graph it and then tell it will come out