老师,我在vs2013中编写的,没有错误,但是计算结果不正确,求助
还有0人有此问题
发表在C语言视频课程答疑 2017-01-13
是否精华
版块置顶:

#include<iostream>

using namespace std;

void main()

{

cout << "主人,我是一个简易计算器,我可以帮你计算问题,但是不要太复杂" << endl;

cout << "请输入问题" << endl;

getchar();

double x, y;

char ch;

cin >> x >> ch >> y;

int i_x = x;

int i_y = y;

switch (ch)

{

case '+':

cout << x + y << endl;

system("pause");

break;

case '-':

cout << x - y << endl;

system("pause");

break;

case '*':

cout << x * y << endl;

system("pause");

break;

case '/':

cout << x / y << endl;

system("pause");;

break;

case '%':

cout << i_x % i_y << endl;

system("pause");;

break;

default:

cout << "我不会了" << endl;

system("pause");

break;


}


}


2017-01-13 11:25:06编辑
分享到:
精彩评论 2
again
学分:250 LV4
2017-01-13
沙发

你想实现什么功能?

你输入的是什么?            

again
学分:250 LV4
2017-01-13
板凳

把gethar去掉,或者在输入时,先输入一个回车,再输入要计算的表达式。


首页上一页 1 下一页尾页 2 条记录 1/1页
手机同步功能介绍
友情提示:以下图书配套资源能够实现手机同步功能
明日微信公众号
明日之星 明日之星编程特训营
客服热线(每日9:00-17:00)
400 675 1066
mingrisoft@mingrisoft.com
吉林省明日科技有限公司Copyright ©2007-2022,mingrisoft.com, All Rights Reserved长春市北湖科技开发区盛北大街3333号长春北湖科技园项目一期A10号楼四、五层
吉ICP备10002740号-2吉公网安备22010202000132经营性网站备案信息 营业执照