a program is required that accepts a persons age and output the message, "you can vote", if the person age is greater or equal to 18 years; otherwise it outputs the message,"you are too young to vote". the program also restricts any attempt to vote more than once and outputs the message, "you have already voted" write a c++program for the above stated situation
Comments
Leave a comment