Answer:
oky will do. Have a good day
The answer is (A)
The arrows themselves on the end of the line are used to
indicate the direction of the sight for the section view and from which
direction it is viewed in. These lines look like 2 perpendicular lines with
arrows and are drawn at the end of the line.
The answer is true and i believe it is best to put it at the 4 intersecting points<span />
Answer:
The num >= 0 test condition is not correct
Explanation:
The line would lead to the printing of "Your entered: " + str(num) repeatedly without stopping.
The while loop checks the condition that the "num" variable is less than zero. This condition will always be true as there is no means of resetting the value after initially inputting the value that is less than zero.