Homework Statement
The goal is to create two arrays that have the values
a = { 2, 4, 6, 8, 10, 12, 14, 16, 18, 20 }
b = {1, 2, 3, 4, 5, 6, 7, 8, 9, 10}
And then graph them so that a=mb
slope m thus being 2.
I am working on the first part before I graph them.
Homework EquationsThe Attempt...