Programming Examples

Write a program to check whether the candidate’s age is greater than 17 or not


Write a program to check whether the candidate’s age is greater than 17 or not. If yes, display message ‘Eligible for Voting’?

Solution

#include<stdio.h>
void main()
{
int age;
clrscr();
printf(“\n Enter age in the years :”);
scanf(“%d”,&age);
if(age>17)
printf(“\n Eligible for Voting.”);
getch();
}
Output

OUTPUT:

Enter age in the years : 20

Eligible for Voting

Online Exam Quiz for One day Exam Online Typing Test CCC Online Test 2026 Best Computer Training Institute in Prayagraj (Allahabad) Best Java Training Institute in Prayagraj (Allahabad) Best Python Training Institute in Prayagraj (Allahabad) O Level Online Test in Hindi Best Website and Software Company in Allahabad