symbol '$' at x,y co-ordinates

this is my complete requirement,
I have one array, say x[] and got following values 0,6,12,18,24,30,36,42,48,54,60,66,72,78,84,90
an another array of values as y[] with the following values 0,7,11,14,11,10,9,9,9,10,10,11,11,10,9,9

x array need to take as x axis and y array need to take as y axis and plot '$' symbol in the point of (x,y) for eg
$ symbol at the co-ordinates (0,0),(6,5), (12,9),(18,11),(24,11) and all other remaing co-ordinates will be left blank.
there also a line need to be drawn using ' _' at x axis and in y axis values like 1,2,3,4,5,6,7,8,9,10,11,12,13,14 need to be printed because in the array of y it has got maximum value of 14 only.

for the above requirement i need to write a c++ program........can anyone help me.
Topic archived. No new replies allowed.