注册 登录
编程论坛 C++教室

我是个不太懂的人,下面的这个程序不是很懂,求下大神帮忙!

浔尔至天涯 发布于 2014-03-02 12:11, 409 次点击
Develop a program that accepts two numbers from the keyboard and then compare the sum or the product of these two numbers with the number made from the last three digits of your school ID. Output the result of the comparison.开发一个程序,从键盘接收两个数字,然后比较这两个数字的总和或产品数量由你们学校的最后三个数字ID。输出的结果比较
3 回复
#2
fl89622014-03-02 13:57
你是看不懂英文还是怎么的?
#3
fl89622014-03-02 13:58
回复 楼主 浔尔至天涯
你题目下面的中文翻译不对。
#4
天使梦魔2014-03-02 16:38
少了标点而已,意思就大变了,开始的时候我光是看属格就已经眼花了

Develop a program 制作一个程序
that accepts two numbers from the keyboard 从键盘接受两个数字
and then compare the sum 然后求总和
or the product of these two numbers with the number made from the last three digits of your school ID.又或者把这两个数乘以你学校编号的后3为
Output the result of the comparison.把两个结果进行比较(不用计算)

计算从键盘输入的两个数,计算从键盘输入的两个数还要乘以编号,输出这2个结果
1