标题:这个程序如何用VS2012编写?
取消只看楼主
shenggeyanwu
Rank: 2
等 级:论坛游民
帖 子:26
专家分:11
注 册:2017-1-25
结帖率:83.33%
已结贴  问题点数:10 回复次数:1 
这个程序如何用VS2012编写?
    编写一个程序,显示一个菜单,为您提供加法、减法、乘法或除法的选项。获得您
的选择后,该程序请求两个数,然后执行您选择的操作。该程序应该只接受它所提供的菜单
选项。它应该使用float类型的数,并且如果用户未能输入数字应允许其重新输入。在除法
的情况中,如果用户输入O作为第二个数,该程序应该提示用户输入一个新的值。一个典
型的程序运行应该如下所示?
Enter the operation of your choice:
a. add       s. subtract
m. multiply   d. divide
q. quic
a
Enter first number: 22.4
Enter second number: one
one is not an number.
Please enter a number, such as 2.5. -1.78E8, or 3. 1
22.4 + 1 = 23.4
Enter the operation of your choice:
a. add        s. subtract
m. multiply   d. divide
q. quit
d
Enter first number: 18.4
Enter second number: O
Enter a number other than 0: 0.2
18.4 / 0.2 = 92
Enter the operation of your choice:
a. add        s. subtract
m. multiply   d. divide
q. quit
q
Bye.
(注:加粗的字符和数字表示用户输入。)


[此贴子已经被作者于2017-4-12 22:24编辑过]

搜索更多相关主题的帖子: operation number choice Enter 
2017-04-12 22:04
shenggeyanwu
Rank: 2
等 级:论坛游民
帖 子:26
专家分:11
注 册:2017-1-25
得分:0 
回复 楼主 shenggeyanwu
求大神帮下忙!
2017-04-15 18:41



参与讨论请移步原网站贴子:https://bbs.bccn.net/thread-476058-1-1.html




关于我们 | 广告合作 | 编程中国 | 清除Cookies | TOP | 手机版

编程中国 版权所有,并保留所有权利。
Powered by Discuz, Processed in 0.648292 second(s), 8 queries.
Copyright©2004-2025, BCCN.NET, All Rights Reserved