You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
A simple Java console-based game where the player has to guess a randomly generated number between 1 and 100. The game provides feedback such as "Too High" or "Too Low" until the correct number is guessed.
A C# console application that manages patient admissions across three hospital wards, each with a 4-patient capacity. The system allows adding new patients, tracking their medical conditions, and displaying ward occupancy through a simple menu-driven interface.