Tehmina kayani

Tehmina kayani

  • NA
  • 2
  • 1.9k

C++ programm

Nov 16 2014 4:48 AM
Suppose a company Oraflex organizes interviews for a vacant post. Assume that the interviews of the successful 
candidates after short listing has been started and interview marks are being assigned. You being software 
developer of the company are assigned a task to prepare candidates' list that will store candidates' information 
such as their names, test score, interview marks and then display the selected candidate.
Keeping in view the above scenario, write a program in C++ that will store and display candidates' names, test 
scores, and interview marks. Further, Your program should contain a function to calculate total score of each 
candidate. It should also contain a function that will display the total number of candidates appeared. Finally, it 
should display the selected candidate.

Answers (1)