Fanatics Code assessment
Summary
Interview Experience
Overview: Write a program in the requested language that will display an ASCII chart given the following data data = {(1,2), (2, 3), (3, 1), (4, 6), (5, 8)}. You should be able to print the surrounding components of the chart and then place an * where each data point is specified in the data set. Yo...


