The Online Voting System is a Java-based application designed to simulates an online voting process. Users enter their name and age to verify eligibility (must be 18+), then vote for predefined parties like "Andhra Party" & "Praja Party." The system maintains a global vote count using static variables and includes error handling for invalid inputs.
-
Updated
Dec 7, 2024 - Java