Question: Make a structure to model a line by its two end points Head , and Tail . Create an array of 20 lines. Fill the
Make a structure to model a line by its two endpoints Head, and Tail.
Create an array of 20 lines.
Fill the array with lines that their endpoints are randomly assigned float numbers between 0.0 and 20.0.
For example, the first line Head coordinates are (10.25, 14.06) and its Tail coordinates are (19.43, 1.99).
Print all the lines on the screen.
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
