Question: i need this in visual studio 2015 Lab 3: There are 2 Parts to this assignment: PART 1 Create a program that asks the user
Lab 3: There are 2 Parts to this assignment: PART 1 Create a program that asks the user to enter a number from 1 to 20 Get the number from the user (For example if the user enters a 5, each loop below will repeat 5 times) Print the statement "FAU Owls-Hoot Hoot" the number of times entered by the user using a while loop. Print the statement "Programming is awesome" the same number of times using a do/while loop. Print the statement Florida beaches are beautiful" the same number of times using a for loop. Note: You will be graded on whether or not you used the correct loop as described above, not just on output PART 2: Using a while loop: Ask the user to enter a number until the user enters a-1 to stop as long as the number is not-1, add the number to an ongoing sum After the user enters a -1 print the sum onto the screen and then print the message "Have a Nice Day:" and end the program
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
