❔ For loops, for this project.
This Project needs me to create a table with a loop of data for the input altitude. Where I'm having a problem is the loop only shows the second value on not the first one. I realize this is because it is I + interval but the alternate is just putting altitude there and that just repeats the initial altitude without adding the interval every time. Also if you know of a easy way to implement a table that would be nice as well. I included my .cs file also.
Program.cs3.75KB