https://github.com/diazadr/three-largest-number-vb
Simple VB application to find the largest number among three inputs, created for the Database Systems course.
https://github.com/diazadr/three-largest-number-vb
vb-net visual-basic visualstudio2022
Last synced: 3 months ago
JSON representation
Simple VB application to find the largest number among three inputs, created for the Database Systems course.
- Host: GitHub
- URL: https://github.com/diazadr/three-largest-number-vb
- Owner: diazadr
- License: mit
- Created: 2024-10-26T05:01:38.000Z (7 months ago)
- Default Branch: main
- Last Pushed: 2025-02-08T05:04:11.000Z (4 months ago)
- Last Synced: 2025-02-08T05:18:54.665Z (4 months ago)
- Topics: vb-net, visual-basic, visualstudio2022
- Language: Visual Basic .NET
- Homepage:
- Size: 562 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Three Largest Numbers
 [](./LICENSE)
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.
## Technologies Used
- **Visual Basic**: Programming language used for the application.
- **Windows Forms**: GUI framework for building the application interface.## Features
- **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.## Demo
### **Comparison of Three Largest Numbers using Local and Global Variables**
*Example of comparison using local variables and global variables.*
## Installation and Setup
1. **Install the Application**
- Navigate to the `installer/debug` directory.
- Run the `setup.exe` file to install the application.## Usage
1. Launch the application after installation.
2. Input three numbers into the provided fields.
3. Click the "Compare" button to determine the three largest numbers.
4. The result will be displayed on the screen.## Project Status
This project is **completed** and will not be further developed.## Contributions
Feel free to submit issues or contribute by creating pull requests.## License
This project is licensed under the MIT License. See the [LICENSE](LICENSE) file for details.