"Hi, Amigo!"

"I heard that you've learned about loops. I'll give you a couple of tasks."

undefined
4
Task
New Java Syntax, level 4, lesson 10
Locked
Decent pay
Using a loop to display the following phrase one hundred times: "I will never work for peanuts. Amigo" Display each value on a new line.
undefined
4
Task
New Java Syntax, level 4, lesson 10
Locked
Somewhere in the middle
Use the keyboard to enter three numbers, and then display the middle number. In other words, not the largest and not the smallest. If all the numbers are equal, display any one of them.
undefined
4
Task
New Java Syntax, level 4, lesson 10
Locked
Adding
Let's write a program where we need to enter numbers from the keyboard, and as soon as -1 is entered, then we display the sum of all the entered numbers on the screen and exit the program. -1 should be included in the sum. Hint: One of the solutions to this problem uses the following construct: whi