Hello, OnlineGDB Q&A section lets you put your programming query to fellow community users. Asking a solution for whole assignment is strictly not allowed. You may ask for help where you are stuck. Try to add as much information as possible so that fellow users can know about your problem statement easily.

Students Id in array

+2 votes
asked Feb 12, 2018 by Ammar

Using C++ programming. Define a class “Student” with the following public properties and a method “showInfo” to display each property in separate line in a header file “Student.h”

  • student_id        integer
  • student_name string
  • cgpa                 float

Create an array of 5 Students with student_id, student_name and cgpa of your choice. Write a program to search a StudentID in the array and call showInfo method if found, else display an error message.

Your answer

Your name to display (optional):
Privacy: Your email address will only be used for sending these notifications.
Anti-spam verification:
To avoid this verification in future, please log in or register.
Welcome to OnlineGDB Q&A, where you can ask questions related to programming and OnlineGDB IDE and and receive answers from other members of the community.
...