Answered step by step
Verified Expert Solution
Link Copied!

Question

1 Approved Answer

Below is what PA1 Requested: one integer parameter (goal) and returns an integer Write a function called enough that takes result. The result is determined

image text in transcribed

Below is what PA1 Requested:

one integer parameter (goal) and returns an integer Write a function called enough that takes result. The result is determined by adding consecutive values starting at 1 in a loop until you reach (but do not exceed) the goal. The last value added will be returned as the result Examples For a goal of 9 1 2 3 6 so the function would return a 3 1 + 23 + 4 = 10 which is greater than 9 so the return value has to be 3 For a goal of 10 1+2 + 3 + 4 = 10 so it would return a 4 For a goal o1 2 1 + 2 =3 is larger than two so it would return a one

Step by Step Solution

There are 3 Steps involved in it

Step: 1

blur-text-image

Get Instant Access to Expert-Tailored Solutions

See step-by-step solutions with expert insights and AI powered tools for academic success

Step: 2

blur-text-image

Step: 3

blur-text-image

Ace Your Homework with AI

Get the answers you need in no time with our AI-driven, step-by-step assistance

Get Started

Recommended Textbook for

Oracle 12c SQL

Authors: Joan Casteel

3rd edition

1305251032, 978-1305251038

More Books

Students also viewed these Databases questions