C++ Program to find Eligible for Vote or Not #include<iostream.h> #include<conio.h> void main() { int age; clrscr(); cout<<"\nEnter age of any person "; cin>>age; if(age>=18)
{ cout<<"\n Eligible for Vote";
} else
{ cout<<"\n Not Eligible for Vote";
} getch(); }
|
Computer Science :: 11th/12th, Computer Engineering :: Degree/Diploma, Coding Concept ( C, C++ & JAVA Programming, JDBC Concept, DBMS - SQL Concept, Data Structure, Communication & Network Concept.
Monday, August 2, 2021
C++ Program to find Eligible for Vote or Not Eligible for Vote
Subscribe to:
Post Comments (Atom)
Programmingway@Eklavya Technosys!: JAC Board Computer Examination Sample Questions Hi...
Programmingway@Eklavya Technosys!: JAC Board Computer Examination Sample Questions Hi... : 1) Which of the following is NOT a web service? (...
-
1) TCP/IP - Transmission Control Protocol/ Internet Protocol. 2) HTTPs - Hyper Text Transfer Protocol. 3) ICT - Information Comunication Te...
-
1) What is Make Code Arcade? Answer: Make Code Arcade is a coding platform that enables to create block – based program. 2) How ...
-
Marks Division HOE 30 Marks IT Application Report File 20 Marks Viva - Voce 10 Marks 1) Write an HTML code to generate a web p...
No comments:
Post a Comment