標題:
[隨堂測驗] 五則運算 (二)
[打印本頁]
作者:
鄭繼威
時間:
2022-11-25 00:18
標題:
[隨堂測驗] 五則運算 (二)
本帖最後由 鄭繼威 於 2022-11-25 20:50 編輯
使用
cin
讓使用者能自行指定 x 與 y 的值.
#include<iostream>
#include<cstdlib>
using namespace std;
int main()
{
//1.宣告2個變數
int x, y;
//2.輸出&輸入
cout<<"請輸入x的值: ";
cin>>x;
cout<<"請輸入y的值: ";
cin>>y;
//五則運算
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;
}
複製代碼
作者:
曹祁望
時間:
2022-11-25 20:08
此帖僅作者可見
作者:
蔡沛倢
時間:
2022-11-25 20:11
此帖僅作者可見
作者:
張絜晰
時間:
2022-11-25 20:12
此帖僅作者可見
作者:
呂得銓
時間:
2022-11-25 20:13
此帖僅作者可見
作者:
廖秝瑜
時間:
2022-11-25 20:19
此帖僅作者可見
作者:
呂宗晉
時間:
2022-11-25 20:21
此帖僅作者可見
作者:
黃子豪
時間:
2022-11-25 20:22
此帖僅作者可見
作者:
何權晉
時間:
2022-11-25 20:23
此帖僅作者可見
作者:
鄭繼威
時間:
2022-11-25 20:26
此帖僅作者可見
作者:
盧玄皓
時間:
2022-11-25 20:28
此帖僅作者可見
作者:
邵凡榛
時間:
2022-11-25 20:28
此帖僅作者可見
作者:
呂宗晉
時間:
2022-11-25 20:54
此帖僅作者可見
作者:
張桔熙
時間:
2022-11-25 21:00
此帖僅作者可見
歡迎光臨 種子論壇 | 高雄市資訊培育協會學員討論區 (http://istak.org.tw/seed/)
Powered by Discuz! 7.2