OneCompiler

Vote

include <iostream>

using namespace std;

int main ()

{
int age;
cin>>age;
if(age>=10)
{
cout<<"vote";
}
}

No answers yet!

1 year ago by