项目作者: nsiddiqui25
项目描述 :
vb.net variables, inputs, and outputs
高级语言: Visual Basic .NET
项目地址: git://github.com/nsiddiqui25/VB.NET-Change-For-A-Dollar.git
VB.NET-Change-For-A-Dollar
vb.net - variables, inputs, and outputs
- This program makes coin change for an amount of money from 0 to 99 cents that it receives as an input from the user. The output of the program shows the number of coins from each denomination used to make change.
- Setup
- Input
- Output (readonly)
- 25c - txt25
- 10c - txt10
- 5c - txt5
- 1c - txt1
- Events
- Calculate Change - btnCalculate