find all the angles made by the transversal with the parallel lines l and m, in fig. 7
Answers
Answered by
2
Step-by-step explanation:
Example:
int a = 8;
int b = 10;
boolean c = a < b;
Here, as a is less than b so the result of a < b is true. Hence, boolean variable c becomes true.
Similar questions