Skip to content

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Decibel

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.

Getting Started

Prerequisites

  1. Visula Studio 2022 (or 2026)
  2. .NET Desktop Development
  3. .NET Framework 4.7.2

Installation

  1. Clone the repo: git clone https://github.com/ProjectDreadman/Decibel.git
  2. Install dependencies: there are not as of right now
  3. Open the project: Navigate to the folder ans double-click the .sln (Solution) file to open it in visual studio
  4. Run the project: Press Ctrl + F5 to run the program

Usage

This can be used to Teach console I/O, parsing, and branching in VB.NET.

Contributing

Edits & improvements are welcome, just fork & submit a pull request with all your changes.

License

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

About

VB.NET console app that classifies noise levels from a user-entered decibel value I made in Computer sci.

Resources

Stars

0 stars

Watchers

0 watching

Forks

Releases

Packages

Contributors

Languages