登录
首页 » C# » S6-1

S6-1

于 2020-10-15 发布
0 92
下载积分: 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 个回复

  • serial2
    打开串口,连接串口,接受来自串口的信息,和向指定串口发送信息(program based on com)
    2018-05-24 16:54:25下载
    积分:1
  • HEU_KMS_Activator_v2.4
    合并果子,压缩是一种有效的减小数据量的方法,目前已经被广泛应用于各种类型的信息系统之中。 一种压缩文本文件的方法如下: 1. 原始文本文件中的非字母的字符,直接拷贝到压缩文件中; 2. 原始文件中的词(全部由字母组成),如果是第一次出现,则将该词加入到一个词的列表中,并拷贝到压缩文件中;否则该词不拷贝到压缩文件中,而是将该词在词的列表中的位置拷贝到压缩文件中。 3. 词的列表的起始位置为 1 。 词的定义为文本中由大小写字母组成的最大序列。大写字母和小写字母认为是不同的字母,即 abc 和 Abc 是不同的词。词的例子如下: * x-ray 包括两个词 x 和 ray * mary s 包括两个词 mary 和 s * a c-Dec 包括三个词 a 和 c 和 Dec 编写一个程序,输入为一组字符串,输出为压缩后的文本。(Fruit combined compression is an effective method for reducing the amount of data, has been widely applied to various types of information into the system. A method of compressing a text file is as follows: 1 original text file non-alphabetic characters, copy directly to the compressed file 2 words in the original document (all composed of letters), if it is the first time, then. The word is added to a word list, and copied to the compressed file otherwise the term is not copied to the compressed file, but the position of the word in the list of words copied to the archive. 3 the starting position is a list of words. The maximum term is defined by a sequence of text consisting of uppercase and lowercase letters. Uppercase and lowercase letters are considered different letters, ie abc and Abc are different words. Examples of the word as follows:* x-ray consists of two words x and ray* mary' s, including two words mary and s* a c-Dec consists of three words a and c and Dec to write )
    2013-12-02 17:28:34下载
    积分:1
  • protol
    说明:  自己编写的变异的modbus,先分享给大家(the modbus by myself,now give all)
    2019-06-01 23:36:15下载
    积分:1
  • Fscrn
    VC MFC全屏显示切换示例,精选学习源码,很好的参考资料。(VC MFC full screen display switching example, select learning source code, a good reference.)
    2013-12-25 10:26:24下载
    积分:1
  • vnc
    说明:  使用VC++的开发远程控制软件源码实例,全部英文,包括用到的一些类库,都有源文件(VC ++ development remote control software source code examples, all English, including some class libraries used, have source files)
    2020-04-01 19:50:34下载
    积分:1
  • Winform三层架构系统
    三层架构的Winform系统,供学习和工作参考学习之用。(Thanks download.If this program help you for working,then we hornor any more.)
    2018-04-19 11:45:08下载
    积分:1
  • OperateAccess
    自己写的用ADO操作数据库,添加,删除,修改功能,显示在listctrl上,已经数据导出EXCEL。(ado )
    2010-06-24 21:27:14下载
    积分:1
  • VCC-DLL
    这份资料让您能够很好的了解DLL动态链接,文档分析的很仔细,希望对大家有所帮助。。。。(This information allows you to very good understanding of DLL Dynamic Link, document analysis very carefully, hoping to help all of you. . . .)
    2009-07-20 14:35:41下载
    积分:1
  • vc-skin
    vc 皮肤库 skin++包含了大量的皮肤文件,欢迎下载(vc skin, skin++ library contains a large number of skin files, please download )
    2020-09-13 14:18:00下载
    积分:1
  • C#操作DXF
    说明:  C# 操作dxf文件的源代码,里面有例子。是NetDxf(C # operation of the source code of the CAD DXF file, NetDxf, and source code examples)
    2019-04-18 10:14:45下载
    积分:1
  • 696518资源总数
  • 105084会员总数
  • 17今日下载