When do we say that two triangles are congruent?
●Two triangles are congruent if their vertices con be paired so that corresponding sides are congivent and corresponding angles are congivent.
Ito po yung answer nya :)
Keep safe po:)
Answers
printRange(10, 20); 10 > 11 > 12 > 13 > 14 > 15 < 16 < 17 < 18 < 19 < 20
printRange(-8, -8); -8
printRange(1, 10); 1 > 2 > 3 > 4 > 5 - 6 < 7 < 8 < 9 < 10
printRange(13, 14); 13 - 14
Notice that in the first output, 5 is in the middle with the numbers before it separated by greater-than and the numbers after it separated by less-than. In the second output, 15 is in the middle with numbers before it separated by greater-than and numbers after it separated by less-than. The third output has no separators because that range includes one number. When there are two values in the middle of the range, those two values should be separated by a dash, as shown in the last two outputs.
The method should throw an IllegalArgumentException if x is greater than y.
Step-by-step explanation:
Two triangles are congruent if they meet one of the following criteria. : All three pairs of corresponding sides are equal. : Two pairs of corresponding sides and the corresponding angles between them are equal. : Two pairs of corresponding angles and the corresponding sides between them are equal.
hope it was helpful
Best Regards
Naisha