Time left 0:59:16 Write a main function that performs the following: • Using a for loop, prompt the user to enter the pr
-
- Site Admin
- Posts: 899603
- Joined: Mon Aug 02, 2021 8:13 am
Time left 0:59:16 Write a main function that performs the following: • Using a for loop, prompt the user to enter the pr
statement • Prints all prices that are smaller than 50. (10 points) • Prints on the screen your student ID, your name and your section number. For example, if your name is "xxx yyy",your ID is 42364 and your section is M8, the main function should print "Section: M8, ID: 42364, Name: xxx_yyy". (5 points) Instructions for answering this question: The answer to this question is required as handwritten where you are also required to add a Handwritten Integrity Statement. Please follow the below steps: 1. Write on a blank paper your AUM student ID, full name, course code, section and date 2. Write the following integrity statement and sign: "I affirm that I have neither given nor received any help on this assessment and that I personally completed it on my own." 3. Write your answer to the above question as required 4. Put your Original Civil ID card or AUM ID card on the paper 5. Take a picture or scan, and upload Important note: If handwritten document is submitted without the integrity statement including ID (Civil ID or AUM ID), then the related handwritten question(s) will not be graded CE Maximum size for new files: 100MB
Time left 0:59:16 Write a main function that performs the following: • Using a for loop, prompt the user to enter the price of 15 PCs.(10 points) • In the main function, you should declare only one integer variable K. The variable "K" will be used as a counter for a loop