Hello, OnlineGDB Q&A section lets you put your programming query to fellow community users. Asking a solution for whole assignment is strictly not allowed. You may ask for help where you are stuck. Try to add as much information as possible so that fellow users can know about your problem statement easily.

a program that asks the user to enter a series of integer numbers, one per line finishing the with the word 'END'.

0 votes
asked Apr 30, 2019 by anonymous
write a program in python that asks the user to enter a series of integer numbers, one per line finishing the with the word 'END'. the program will count pair of adjacent numbers where the second is at least as large as the first.

1 Answer

0 votes
answered May 20, 2019 by CubingLegendUltimate (150 points)
Just wondering if you want this to be in a loop,or to have a certain amount of numbers. This way I can help you!
Welcome to OnlineGDB Q&A, where you can ask questions related to programming and OnlineGDB IDE and and receive answers from other members of the community.
...