標題:
[隨堂測驗] 基本輸入輸出 (二)
[打印本頁]
作者:
王瑞喻
時間:
2020-8-17 10:28
標題:
[隨堂測驗] 基本輸入輸出 (二)
本帖最後由 王瑞喻 於 2020-8-17 15:57 編輯
實作如下之執行畫面:
#include<iostream>
#include<cstdlib>
using namespace std;
int main()
{
int x,y;
cout<<"輸入x的值: ";
cin>>x;
cout<<"輸入y的值: ";
cin>>y;
cout<<"當x等於"<<x<<",y等於"<<y<<"時..."<<endl;
cout<<"x+y="<<x+y<<endl;
cout<<"x-y="<<x-y<<endl;
cout<<"x*y="<<x*y<<endl;
cout<<"x/y="<<x/y<<endl;
cout<<"x%y="<<x%y<<endl;
system("pause");
return 0;
}
複製代碼
作者:
康恆睿
時間:
2020-8-17 15:58
此帖僅作者可見
作者:
蔡惟丞
時間:
2020-8-17 15:59
此帖僅作者可見
作者:
陳柏安
時間:
2020-8-17 16:00
此帖僅作者可見
作者:
梁仲維
時間:
2020-8-17 16:01
此帖僅作者可見
作者:
吳英睿
時間:
2020-8-17 16:02
此帖僅作者可見
作者:
于舜合
時間:
2020-8-17 16:03
此帖僅作者可見
作者:
林妤凡
時間:
2020-8-17 16:03
此帖僅作者可見
作者:
鄞美旭
時間:
2020-8-17 16:03
此帖僅作者可見
作者:
孫子傑
時間:
2020-8-17 16:05
此帖僅作者可見
歡迎光臨 種子論壇 | 高雄市資訊培育協會學員討論區 (http://seed.istak.org.tw/)
Powered by Discuz! 7.2