Home /
Expert Answers /
Computer Science /
assignment-0-programming-principles-1-2021-2022-summer-semester-problem-solving-and-basic-c-progr-pa871
(Solved): Assignment-0 Programming principles-1 2021-2022 Summer Semester Problem Solving and Basic C++ progr ...
Assignment-0 Programming principles-1 2021-2022 Summer Semester Problem Solving and Basic C++ programming Question-1) Draw a flow chart that print all prime numbers from 1 to 1000. Question-2) Draw a flow chart that ask the user to enter name and 10 marks of 50 students. Then a. print the average of each student b. print the minimum mark of each student c. Find the average of all the class d. Print the maximum number of all the marks in the class. Question-3) Solve the question that was given in the last lecture of the class.