Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations gkittelson on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Search results for query: *

  • Users: gtj
  • Order by date
  1. gtj

    could someone please correct my code...?

    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...
  2. gtj

    would someone please correct my code

    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...

Part and Inventory Search

Back
Top