Plzz solve this problem plz....
Attachments:
Answers
Answered by
1
Explanation:
C++-program
#include<iostream>
using namespace std;
int main()
{
int age;
cout<<"enter the age of customer" ;
cin>>age;
if(age>=18)
{
cout<<"customer is eligible to vote" ;
}
else
{
cout<<"customer is not eligible to vote" ;
}
return 0;
}
Similar questions
Social Sciences,
3 months ago
English,
3 months ago
Hindi,
3 months ago
Biology,
8 months ago
Math,
8 months ago
Math,
1 year ago
Computer Science,
1 year ago
English,
1 year ago