An open API service indexing awesome lists of open source software.

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.

Awesome Lists containing this project

README

        

# Three Largest Numbers

![Project Status](https://img.shields.io/badge/status-completed-brightgreen) [![License](https://img.shields.io/badge/license-MIT-blue)](./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**

Comparison Example 1

*Example of comparison using local variables and global variables.*

Comparison Example 2

## 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.