This project is a simple application built using Visual Basic that determines the three largest numbers from a set of inputs. It was created as part of the Database Systems course requirements.
- Visual Basic: Programming language used for the application.
- Windows Forms: GUI framework for building the application interface.
- User Input: Users can input three numbers.
- Comparison Logic: Determines the three largest numbers.
- Local and Global Variables: Demonstrates usage in Visual Basic.
- Simple GUI: Windows Forms interface for user interaction.

Example of comparison using local variables and global variables.

- Install the Application
- Navigate to the
installer/debug
directory. - Run the
setup.exe
file to install the application.
- Navigate to the
- Launch the application after installation.
- Input three numbers into the provided fields.
- Click the "Compare" button to determine the three largest numbers.
- The result will be displayed on the screen.
This project is completed and will not be further developed.
Feel free to submit issues or contribute by creating pull requests.
This project is licensed under the MIT License. See the LICENSE file for details.