1、編寫乙個程式,要求使用者輸入兩個數字。在程式使用乙個或多個scanf()函式呼叫接收這些數字之後,用程式檢查這些數字。如果第乙個鍵入的數字大於第二個數字則輸出訊息「the first number is greater than the second」,否則輸出訊息「the first number is not greater than the second」.
#include
int main()
2、輸入3個數a,b,c,要求按由小到大的順序輸出。(注意:以下**為c++)
#include
#include
#include
int main()
3、編寫乙個程式,用scanf()函式接收乙個字元並確定這個字元是否是乙個小寫字母。如果輸入的字元是乙個小寫字母,顯示訊息「the character just entered is a lowercase letter」,如果輸入的字元不是乙個小寫字母,顯示訊息「the character just entered is not a lowercase letter」。
#include
int main()
4、有乙個函式 x (x<1)
y= 2x-1 (1≤x<10)
3x-11 (x≥10)
要求輸入x值,輸出y值。(注意:以下**為c++)
#include
#include
#include
int main()
5、輸入百分制成績,要求輸出成績等級』a』,』b』,』c』,』d』,』e』。90分以上為』a』,80-89分為』b』,70-79分為』c』, 60-69分為』d』,60分以下為』e』
#include
int main()
return
0;}
c 上機作業
1 時鐘類 include using namespace std class time int add a minute int add an hour int add seconds int n int add minutes int n int add hours int n void tia...
上機作業3 2
專案二 本月有幾天 一 問題及 檔名稱 登入 作 者 吳航峰 完成日期 2016 年 4 月 10 日 版 本 號 v1.0 對任務及求解方法的描述部分 輸入描述 問題描述 本月有幾天 程式輸出 問題分析 演算法設計 include using namespace std int main cout...
4 9上機作業
1.編寫乙個簡單程式,要求陣列長度為5,靜態賦值10,20,30,40,50,在控制台輸出該陣列的值。package gr public class hy system.out.println arr 0 system.out.println arr 1 system.out.println arr...