1. Use a Loop to write a program that reads and calculates the sum of an unspecified number of integers. The input 0 sig
Posted: Fri Jul 08, 2022 6:34 am
1. Use a Loop to write a program that reads and calculates the sum of anunspecified number of integers. The input 0 signifies the end of the input.
Sample output:Enter the integers - 5 2 5 8 4 7 6 7 8 4 5 0Sum of the serious is - 61
2. **Find the lowest score**Write a program that prompts the user to enter the number of students and eachstudent’s name and score, and finally display the name of the student who gotlowest mark (mark should be between 0-100)
3. Write a counter-controlled loop to display odd and even numbers upto 20 usingcontinue keyword of the following sequences:Odd Numbers: 1 3 5 7 9 11 13 15 17 19Even Numbers: 2 4 6 8 10 12 14 16 18 20
Hint:
Use Random funtions, loops and if-else statements.
Submission Requirement:
Please you need to submit your work in word format, and each question should provide the below requirements:
FlowChart
The code
The results in screenshots
Rubric
Sample output:Enter the integers - 5 2 5 8 4 7 6 7 8 4 5 0Sum of the serious is - 61
2. **Find the lowest score**Write a program that prompts the user to enter the number of students and eachstudent’s name and score, and finally display the name of the student who gotlowest mark (mark should be between 0-100)
3. Write a counter-controlled loop to display odd and even numbers upto 20 usingcontinue keyword of the following sequences:Odd Numbers: 1 3 5 7 9 11 13 15 17 19Even Numbers: 2 4 6 8 10 12 14 16 18 20
Hint:
Use Random funtions, loops and if-else statements.
Submission Requirement:
Please you need to submit your work in word format, and each question should provide the below requirements:
FlowChart
The code
The results in screenshots
Rubric