Question: In the code provided how would I set a limit for when the sum is greater than 10,000 the array cuts off? For an example
In the code provided how would I set a limit for when the sum is greater than 10,000 the array cuts off? For an example with using the numbers x=2 and y=4 the last number to be included in the array would be 8362 because the next sum would be greater than 10,000. I've tried implementing a while loop but it doesn't work correctly.

#include #include
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
