Write A Program To Check You Are Eligible TO Cast Vote Or Not.(Programmed By Sandesh Acharya)

C Program to Check The You Are Eligible To Cast Vote Or Not.

For Code Please Click On Read More For Full program Code.....................


#include<stdio.h>
main() {
int num;
printf("Enter your Age");
scanf("%d",num);
if(num>=18)
printf("You are Elegible to Cast Vote");
if(num<=18)
printf("You are not Elegible to Cast Vote");
return 0;
}

Comments

Popular posts from this blog

Our Mobile Apps... Sandesh Acharya Programs>>> ByProgrammer: Sandesh Acharya

Creating A Simple Virus In Python. Creator:Sandesh Acharya

Do all Complex Calculations By Using This Application By Programmer Sandesh Acharya