Skip to content

Simple VB application to find the largest number among three inputs, created for the Database Systems course.

License

Notifications You must be signed in to change notification settings

diazadr/three-largest-number-vb

Repository files navigation

Three Largest Numbers

Project Status 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 file for details.

About

Simple VB application to find the largest number among three inputs, created for the Database Systems course.

Topics

Resources

License

Stars

Watchers

Forks