回覆列表
  • 1 # 使用者1998453499916

    //C語言的:#include <stdio.h>void main(){ int num; printf("請輸入一個整數:\n"); scanf("%d",&num); printf("%d的個位數是:%d\n",num,num%10);} //C++的(功能和樓上的一樣):#include <iostream>#include <string>using namespace std;int main(){ char *ch=new char[];//定義char陣列 bool bl=false; cout<<"請輸入一個正整數"<<endl; cin>>ch; for(int i=0;i<strlen(ch);i++)//用迴圈檢查輸入的char數組裡有沒有不是數字的無素 { if(ch[i]>=48&&ch[i]<=57) bl=false; else { bl=true; break; } } if(bl) cout<<"您的輸入有誤!"<<endl;//char數組裡有不是數字的元素 else cout<<atoi(ch)<<"的個位數是:"<<atoi(ch)%10<<endl; return 0;}

  • 中秋節和大豐收的關聯?
  • 《紅樓夢》裡的“意淫”是褒義詞還是貶義詞?