Question: Write a function that returns the greatest number out of a sequence of three integers.Therefore a call like ( as an example ) :greatest (

Write a function that returns the greatest number out of a sequence of three integers.Therefore a call like (as an example):greatest (4,7,5) should return 7. Make sure your implementation returns the correct value if the three numbers entered happen to be the same number. Remember: returning a value is NOT the same as displaying a value.

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 Programming Questions!