Need help in c# assignment

Assignment is about selection sorting in c# , the part i don't get is
Run your program for N = 1000, 2000, 5000, 10000, 20000 and 50000. Note
down the number of comparisons for each N and draw a line graph (with N as
independent variable and comparison count as dependent) using Excel.

How do i take c# data and use it in excel to make a line graph i have no idea.
You could output to an excel file and open it in excel possibly. http://csharp.net-informations.com/excel/csharp-excel-tutorial.htm
Are you sure that your assigment is telling you to put your results in Excel programmatically? I read that as record the data on your own, type it into Excel, and generate a line graph.
Sorry , yes you are write booradley but still thanks for the links giblit it's still helpful if i want to try it that way
Topic archived. No new replies allowed.