Decibel is a small VB.NET console program that prompts for a decibel value and prints a human-friendly description (quiet room, jackhammer, lawnmower, etc.). Great as a beginner example of console I/O and branching logic; includes sample input/output and can be extended with validation and unit tests.
- Visula Studio 2022 (or 2026)
- .NET Desktop Development
- .NET Framework 4.7.2
- Clone the repo:
git clone https://github.com/ProjectDreadman/Decibel.git - Install dependencies: there are not as of right now
- Open the project: Navigate to the folder ans double-click the .sln (Solution) file to open it in visual studio
- Run the project: Press Ctrl + F5 to run the program
This can be used to Teach console I/O, parsing, and branching in VB.NET.
Edits & improvements are welcome, just fork & submit a pull request with all your changes.
this is licensed under the Creative Commons Non-Commercial 4.0 International
what you CAN do
- View, download, and run the code
- modify the code for personal use
- use this code for educational purposes
what you CANT do
- sell the software or derivative works.
- use the code for commercial or for-profit purposes.
see the license file for full legal text