Question: C programming Question (Please help if you can) - Create a loop that will execute n times, displaying numbers starting at b and incrementing by
C programming Question (Please help if you can)
- Create a "loop" that will execute n times, displaying numbers starting at b and incrementing by i. The numbers that would result should be inserted into an array
for example
n = 5
b = 6
i = 4
resulting array= {6 10 14 18 22}
--------------------------------
n = 6
b = 10
i = 3
resulting array = {10 13 16 19 22 25}
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
