项目作者: nsiddiqui25

项目描述 :
vb.net variables, inputs, and outputs
高级语言: Visual Basic .NET
项目地址: git://github.com/nsiddiqui25/VB.NET-Change-For-A-Dollar.git
创建时间: 2020-02-13T15:52:48Z
项目社区:https://github.com/nsiddiqui25/VB.NET-Change-For-A-Dollar

开源协议:MIT License

下载


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
      • Enter Amount - txtAmount
    • Output (readonly)
      • 25c - txt25
      • 10c - txt10
      • 5c - txt5
      • 1c - txt1
    • Events
      • Calculate Change - btnCalculate