Insert a lower and an upper limit of the INTEGER NUMBER INTERVAL and you will get an array of all numbers from a given range.
Insert some random numbers, and I will you give you the biggest number of them all. Try an example in order to better understand what you should do.
Insert some random numbers, and I will give you the list of all your numbers, but doubled. Try an example in order to better understand what you should do.
Insert some random numbers, and I will make you two lists, one for even and one for odd numbers. Try an example in order to better understand what you should do.
Insert prices of products that you are buying, and I will calculate you the total cost. You have to pay 18% tax for products with price less than 50$, and 8% tax for products with price equal or higher than 50$. Try an example in order to better understand what you should do.
A PALINDROME is a word, phrase, number, or other sequence of characters which reads the same backward as forward, such as madam or racecar.
Insert a word or a phrase to check if it is a palindrome. Try an example in order to better understand what you should do.
Insert some random numbers, and I will make you a list of those numbers. Than insert a value/values you want to change in that list and a value with which you want to change the first inserted value/values. Try an example in order to better understand what you should do.
Insert some random numbers, and I will make you a list of those numbers and notify you if there are two identical numbers in your list. Try an example in order to better understand what you should do.
You have 2 items and you are able to bear a load of a certain weight. Insert weights of each item and a maximum weight that you can handle. I will tell you whether you can carry the first item, the second item, one of them, both of them or none of them. Try an example in order to better understand what you should do.