Hi,
I have to write a small c++ program that will return the first term (number) of a sequence of positive integers that is less than the immediately preceding term of the sequence.
for example if I enter {6, 5, 7, 8, 9} it will return 5 because it is less than the immediately preceding...
Hi,
I have to write a small c++ program that will return the first term (number) of a sequence of positive integers that is less than the immediately preceding term of the sequence.
for example if I enter {6, 5, 7, 8, 9} it will return 5 because it is less than the immediately preceding...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.