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.

In the code provided how would I set a limit for when

#include #include int main ) int n, x, y, sum,z int f[1001, 1-O; printf ("Input a whole number, this will be x:"); scanf ("%1", &x) ; printf("Input a second whole number value that is bigger than then x to represent y: scanf ("ti", &y) ; printf ("Enter the number of terms:") scanf ("%d", &n); printf("First %d terms of the series are : ",n); if (z(#1) sum=z ; else x-y: sum f [1++]=sum; for (i=0; i

Step by Step Solution

There are 3 Steps involved in it

1 Expert Approved Answer
Step: 1 Unlock blur-text-image
Question Has Been Solved by an Expert!

Get step-by-step solutions from verified subject matter experts

Step: 2 Unlock
Step: 3 Unlock

Students Have Also Explored These Related Databases Questions!