[SOLVED] PRG 420 WEEK 3 INDIVIDUAL ASSIGNMENT FOR WHILE AND DO WHILE LOOPS: For this assignment, you will apply what you learned in analyzing for, while, and do-while loops by writing these statements yourself. The Java™ program you write should do the following:
- Display a pyramid of asterisks onscreen (i.e., a nested for loop)
- Display the integers 10 to 1 in decreasing order, one number per line (i.e., a while/do-whlie loop)
- Add 7 until the sum becomes greater than 157, at which point the program should display both the sum and the number of 7s added
[SOLVED] PRG 420 WEEK 3 INDIVIDUAL ASSIGNMENT FOR WHILE AND DO WHILE LOOPS: Complete this assignment by doing the following:
- Download and unzip the linked Week Three Coding Assigment Zip File.
- Add comments to the code by typing your name and the date in the multi-line comment header.
- Replace the following lines with Java™ code as directed in the file:
- Comment each line of code you add to explain what you intend the code to do and why you chose each type of loop.
- Test and modify your Java™ program until it runs without errors and produces the results as described above.
[SOLVED] PRG 420 WEEK 3 INDIVIDUAL ASSIGNMENT FOR WHILE AND DO WHILE LOOPS: Note: Refer to this week’s analyzing code assignment if you need help.
Submit your Java source (.java) code file using the Assignment Files tab.