imageThe antenna problem...
...continued

This program uses graphics and requires the DirectX "Graphics Machine".

Modify your "antennas" program so that it works with up to 200 antennas.

Print percentages for "none in range", "exactly 1 in range", "exactly 2 in range", "exactly 3 in range", and "exactly 4 in range", and "exactly 5 in range". Use violet for the points with exactly 5 antennas in range.

The data set has no points in range of more than 5 antennas.

Use arrays for the x coordinates, the y coordinates, and the ranges of the antennas.

Use an array to store all the totals that are used for computing your percentages.

Read the data from the text file "AntennasMany.txt".