Solution to For you to be allow to participate in on going convocation,you must have meet up … - Sikademy
Author Image

Archangel Macsika

For you to be allow to participate in on going convocation,you must have meet up with the school criteria and completed your registration. If any of these conditions are not met , you can not be eligible to graduate with the present graduating students. Write a c++ program for the automation of this system

The Answer to the Question
is below this banner.

Can't find a solution anywhere?

NEED A FAST ANSWER TO ANY QUESTION OR ASSIGNMENT?

Get the Answers Now!

You will get a detailed answer to your question or assignment in the shortest time possible.

Here's the Solution to this Question


#include <iostream> using namespace std; int main() {     int criteria_response;     cout << "Have you met with the school criteria: and completed your registration.: "<<endl;;     cout<<"Enter 1 for YES and any other number for NO"<<endl;     cin >> criteria_response;          int registration_response;     cout << "Have you completed your registration.: "<<endl;;      cout<<"Enter 1 for YES and any other number for NO"<<endl;     cin >> registration_response;        if(criteria_response==1 && registration_response==1 )    {     cout<<"The student is eligible for graduation"<<endl;    }    else    {     cout<<"The student is not eligible for graduation"<<endl;    }          return 0; }

Related Answers

Was this answer helpful?

Join our Community to stay in the know

Get updates for similar and other helpful Answers

Question ID: mtid-3-stid-44-sqid-1083-qpid-79