#include <iostream>
using namespace std;
int main()
{
int i;
int candidate;
int numofvotes;
int totalvotes;
string name;
string department;
string ydp;
char answer;
i = 1;
cout<<"********************************************"<<endl;
cout<<"\tPMJ CAMPUS ELECTION"<<endl;
cout<<"\n********************************************"<<endl;
do
{
cout<<"\nEnter number of candidates : ";
cin>> candidate;
if(candidate>0)
{
for(candidate;candidate>0;candidate--)
using namespace std;
int main()
{
int i;
int candidate;
int numofvotes;
int totalvotes;
string name;
string department;
string ydp;
char answer;
i = 1;
cout<<"********************************************"<<endl;
cout<<"\tPMJ CAMPUS ELECTION"<<endl;
cout<<"\n********************************************"<<endl;
do
{
cout<<"\nEnter number of candidates : ";
cin>> candidate;
if(candidate>0)
{
for(candidate;candidate>0;candidate--)