Question: Okay I got the task 2,3,5 I need help the rest. thanks escription : Review of loops with a series of examples. Fill in code

Okay I got the task 2,3,5 I need help the rest. thanks  Okay I got the task 2,3,5 I need help the rest.
thanks escription : Review of loops with a series of examples. Fill

escription : Review of loops with a series of examples. Fill in code as indicated by comments. Output should match. ort java.util.Scanner lic class LoopConceptReview ( public static void main(Stringt] args) int value 0 sering evenorod. Scanner scan new Scanner (System.in): System.out.printin"Loop Concept Review") //#1 Using a while loop, write an input validation loop that asks users to enter a positive va. systen.out.printin (. #1. Input validation:-), //#2 write a for loop that displays all of the odd numbers, 1 through 19 System.out.print(" #2. 0dd numbers: "); //.3 write a for loop that displays every fifth number, 0 through 50 System.out.print(" #3. Every fifth number:-); //#4 write a for loop that counts down from 15 to 0 System.out,print(. #4. Count down :-) ; / s write a nested for loop that creates a triangle that looks like this A. Syste. . out.printin (" #5, cool Triangle:"); /.#6 write a while loop that asks the user for value and displays whether the value is even or odd until the user enters a 0 (called a sentinel value) System.out.printin( "La 6. Even or Odds 7 Using a do..while loop, ask the user for a word and display the word until the user entera either stop * or -STOP" or "Stop" or "stop" or " top.. (hints use the String method equalsIgnoreCase) System.out.printin(. #7, words ii.); System.out.printin( InCompleted the Loop Concept Review

Step by Step Solution

There are 3 Steps involved in it

1 Expert Approved Answer
Step: 1 Unlock blur-text-image
Question Has Been Solved by an Expert!

Get step-by-step solutions from verified subject matter experts

Step: 2 Unlock
Step: 3 Unlock

Students Have Also Explored These Related Databases Questions!