I can't seem to figure out how to make a program that asks for a Start input, End input, and an amount that the program counts by. My request might not be so clear so here's an example:
Start at: 1
End at: 20
Count by: 3
1 4 7 10 13 16 19
If anyone could provide some help, I'm appreciate it alot. Oh, and if possible, could you provide a solution making use of the "for" loop and another solution making use of the "while" loop. Thank you to anyone that can help.