Answered step by step
Verified Expert Solution
Link Copied!

Question

1 Approved Answer

Question #2 University of Central Punjab (UCP) is arranging a competition of programming, in which IT department student can participate. In this competition student will

image text in transcribed

image text in transcribed

Question #2 University of Central Punjab (UCP) is arranging a competition of programming, in which IT department student can participate. In this competition student will be asked questions (True/False) and student will be given points, in the end student whose points are higher will be winner. Student whose marks are second highest is called runner up. You are required to simulate this scenario using CH. User will enter 3 options either True (T), False (F) or space for each question. As shown below TFT TFT FT The answer to question 1 is true, the answer to question 2 is False, and student did not answer question 4. The exam has 10 questions. Each correct answer is awarded two points, each wrong answer gets one point deducted, and no answer gets zero points. Assume there are 10 students so you have to ask 10 strings of True false as seen above. Before entering answer ask user to write his/her serial number. So you have two array one contain roll number and one contains marks of each student. This concept is called parallel array. Note: please make sure using programming, that user should enter a unique serial#, if it selects a previously available serial#, tell /her to enter again. Generate a random key that have correct answers in order to give students marks. Tasks to be done: Q1. Print winner and runner up serial# along with marks Q2. Print all participants serial # and marks in descending order(parallel sorting) Q3. Print average of marks of all students Sample Output: (for 3 students) F||F|T|TT|TT|F|T Please enter your serial Number: 123 Please enter questions answers: Please enter your serial Number: 123 Sorry this serial number is already present! Enter again: 453 TFFTTTTTFT Please enter questions answers: Please enter your serial Number: 143 F TFTF F FF FT Please enter questions answers: FTFTTTTTFT Answers to questions are: Winner student is: 123 with marks 18 Runner up is: 453 with marks 14 Marks of Students are: 123 18 453 14 143 8 Average of marks is: 13.333

Step by Step Solution

There are 3 Steps involved in it

Step: 1

blur-text-image

Get Instant Access to Expert-Tailored Solutions

See step-by-step solutions with expert insights and AI powered tools for academic success

Step: 2

blur-text-image

Step: 3

blur-text-image

Ace Your Homework with AI

Get the answers you need in no time with our AI-driven, step-by-step assistance

Get Started

Recommended Textbook for

C++ Database Development

Authors: Al Stevens

1st Edition

1558283579, 978-1558283572

More Books

Students also viewed these Databases questions