登录
首页 » C# » S6-1

S6-1

于 2020-10-15 发布
0 164
下载积分: 1 下载次数: 0

代码说明:

说明:  编写一个程序,用以接受用户输入的两个double类型的值。一个值表示用户想要存放在银行账户中的金额。另一个值表示用户想要从银行账户中提取的金额。创建自定义异常,以确保提取的金额始终小于或等于当前的余额。引发异常时,程序应显示一则错误消息。否则,程序应显示从用户存款中扣除取款额之后的账户余额。(Write a program to accept the value of two double types that the user enters. A value represents the amount the user wants to store in a bank account. The other value is the amount that the user wants to extract from the bank account. Create a custom exception to ensure that the amount extracted is always less than or equal to the current balance. When an exception is caused, a program should display an error message. Otherwise, the program should show the balance of the account after deducting the amount from the user's deposit.)

文件列表:

S6-1\S6-1\AccountNumException.cs, 1017 , 2013-12-30
S6-1\S6-1\bin\Debug\S6-1.exe, 10752 , 2013-12-30
S6-1\S6-1\bin\Debug\S6-1.pdb, 30208 , 2013-12-30
S6-1\S6-1\bin\Debug\S6-1.vshost.exe, 11600 , 2013-12-30
S6-1\S6-1\Form1.cs, 3010 , 2013-12-30
S6-1\S6-1\Form1.Designer.cs, 6010 , 2013-12-30
S6-1\S6-1\Form1.resx, 5817 , 2013-12-30
S6-1\S6-1\obj\x86\Debug\DesignTimeResolveAssemblyReferences.cache, 2855 , 2013-12-30
S6-1\S6-1\obj\x86\Debug\DesignTimeResolveAssemblyReferencesInput.cache, 6301 , 2013-12-30
S6-1\S6-1\obj\x86\Debug\S6-1.csproj.FileListAbsolute.txt, 673 , 2013-12-30
S6-1\S6-1\obj\x86\Debug\S6-1.csproj.GenerateResource.Cache, 975 , 2013-12-30
S6-1\S6-1\obj\x86\Debug\S6-1.exe, 10752 , 2013-12-30
S6-1\S6-1\obj\x86\Debug\S6-1.pdb, 30208 , 2013-12-30
S6-1\S6-1\obj\x86\Debug\S6_1.Form1.resources, 180 , 2013-12-30
S6-1\S6-1\obj\x86\Debug\S6_1.Properties.Resources.resources, 180 , 2013-12-30
S6-1\S6-1\Program.cs, 485 , 2013-12-30
S6-1\S6-1\Properties\AssemblyInfo.cs, 1340 , 2013-12-30
S6-1\S6-1\Properties\Resources.Designer.cs, 2860 , 2013-12-30
S6-1\S6-1\Properties\Resources.resx, 5612 , 2013-12-30
S6-1\S6-1\Properties\Settings.Designer.cs, 1091 , 2013-12-30
S6-1\S6-1\Properties\Settings.settings, 249 , 2013-12-30
S6-1\S6-1\S6-1.csproj, 3717 , 2013-12-30
S6-1\S6-1.sln, 854 , 2013-12-30
S6-1\S6-1.suo, 19456 , 2013-12-30
S6-1\S6-1\obj\x86\Debug\TempPE, 0 , 2013-12-30
S6-1\S6-1\obj\x86\Debug, 0 , 2013-12-30
S6-1\S6-1\bin\Debug, 0 , 2013-12-30
S6-1\S6-1\obj\x86, 0 , 2013-12-30
S6-1\S6-1\bin, 0 , 2013-12-30
S6-1\S6-1\obj, 0 , 2013-12-30
S6-1\S6-1\Properties, 0 , 2013-12-30
S6-1\S6-1, 0 , 2013-12-30
S6-1, 0 , 2013-12-30

下载说明:请别用迅雷下载,失败请重下,重下不扣分!

发表评论

0 个回复

  • DocToPDF
    C#将 word 转成 PDF 2003/2007都可以(C# the word can be converted to PDF 2003/2007)
    2011-08-08 09:42:00下载
    积分:1
  • dtmfdecoder
    非常简单的DTMF实现,可以解码alaw编码的音频文件,内附样本文件。(Very simple DTMF implementation, alaw encoded audio files can be decoded, enclosing a sample file.)
    2012-12-11 18:50:47下载
    积分:1
  • adboard
    多媒体播放程序,可以播放图片,影片,网页。(Multimedia player, you can play pictures, videos, web pages.)
    2013-04-04 08:05:04下载
    积分:1
  • SQLConnect
    说明:  学习QT编写连接数据库文件,连接SQL数据,便于数据库的开发。项目可以运用到数据采集上传到数据库和上传至网络服务器。(Learn QT, write connection database file, connect SQL data, facilitate the development of database. The project can be used to collect data, upload to database and upload to web server.)
    2020-06-29 15:31:51下载
    积分:1
  • C-funtion
    C函数查询软件,可以查询c的所有函数的和该函数的用法,并且附有例子(The C function query software, you can query all the function and the function c usage, and with examples)
    2013-03-28 13:50:04下载
    积分:1
  • rxjh
    热血江湖服务端C++源代码vs8应用程序向导已为您创建了这个 GameServer 应用程序。 此文件包含组成 GameServer 应用程序 的每个文件的内容摘要。 (RXJH_source)
    2009-05-18 00:25:08下载
    积分:1
  • mesg
    说明:  linux中busybox的mesg的代码实现,源码(linux busybox mesg function)
    2011-03-24 19:00:42下载
    积分:1
  • Vc6
    模拟银行卡交易流程的详细讲解,内涵丰富,采用VC++(Explain in detail the simulated bank card transaction process, rich content, using VC++)
    2013-12-26 20:09:23下载
    积分:1
  • HVPM_Sensored-28035
    基于ti 最新piccolo系列28035的永磁同步电机矢量控制程序,本人在ti工装上调试通过,对不熟悉同步电机驱动开发流程的朋友很有帮助(Ti latest piccolo series 28035 permanent magnet synchronous motor vector control program, I ti tooling, debugging through, helpful friends are not familiar with synchronous motors drive the development process)
    2012-09-11 11:01:48下载
    积分:1
  • 解决无线传感器网络MAC层的接入问题协议IEEE802.15.4_opnet
    IEEE802.15.4的opnet仿真模型源代码,主要解决无线传感器网络MAC层的接入问题协议。(The IEEE802.15.4 opnet simulation model of the source code, mainly on the MAC protocol.)
    2020-07-06 15:18:58下载
    积分:1
  • 696518资源总数
  • 106215会员总数
  • 5今日下载