Hi Friends ! You are on HR Developers website. Here you can find the codes of different languages like c ,c++ , java, pyton and many other languages.
#include<iostream>
using namespace std;
void vote()
{
int age;
cout<<"please enter your age:";
cin>>age;
if(age>=18)
cout<<"you are eligible for casting vote:";
else
cout<<"you are not eligibal for casting vote:";
}
int main()
vote();
No comments:
Post a Comment