c語言簡單程式設計題,c語言程式設計題

時間 2021-10-17 02:41:58

1樓:

#include "stdio.h"

int prime(int n)

int main(int argc,char *ar**)if(total=0,n<=2)

printf("no prime number...\n");

else{

printf("%d\t",2);

for(total=1,i=3;i

執行樣例:

2樓:大廚諾米

#include

using namespace std;

/*如果num為素數,則返回1 */

int isnum(int num)

int main() while(n<1 || n>=10000);

for(int num =1; num < n; num++)if(isnum(num)==1)

total ++;

printf("%d",total);

return 0;}

3樓:詩莊斛丹山

什麼數列

等差還是等比

還是其他

我寫下第二題吧

假設陣列共有十個元素

#include

void

main()

for(i=0;i<10;i++)

printf("%4d",a[i]);}

c語言程式設計題

4樓:匿名使用者

首先分析問題:bai重複du輸出同一類語句肯定要用迴圈,zhi有關判斷肯dao定要用分支回。所以解決這個問題就是在一個答迴圈(用於重複讀取資料和輸出)裡面套一個分支語句(判斷密碼是數字還是字母)。

具體**:

#include

#include

#include

main()

else

printf("error\n");

}system("pause");

5樓:金色潛鳥

|#include

int main()

else printf("error\n");

}return 0;

}程式沒有檢查 輸入口令長度 是否超過6個,若需要,你可以 用 l 判斷,l>6 就是超專過6,l==0 就是空的口令。

屬按 ctrl+c 退出執行。

c語言程式設計題

6樓:匿名使用者

#include

#include

main()

}if(flag)

printf("price: %5.2f\n",price);

system("pause");}

7樓:匿名使用者

#include

#include

int main(void)

;int area_extra_money[5] = ;

int area_lenth[2] = ;

printf("please input area number and weigh(eg:0,10.5):\n");

if(input_area < area_lenth[0] || input_area > area_lenth[1] )

printf("error in area\n");

else

return 0;}

8樓:歐覓潘安然

while(s[i]!='0')i++;

應該改為while(s[i]!='\0')i++;

注意字串結束符號為'\0',不是'0'

9樓:聽不清啊

#include

int main()

for(i=0; iprintf("%d ",a[i]);

return 0;}

10樓:

#include

int main()

else if(cost<100)

realcost=cost;

else if(cost >=100 && cost < 200)realcost=cost-30;

else if(cost >= 200 && cost < 300)realcost=cost-60;

else

realcost=cost-100;

printf("優惠後的付款金額為: %.2f\n",realcost);

return 0;

}示例執行結果:

顧客購買圖書的總金額: 250

優惠後的付款金額為: 190.00

顧客購買圖書的總金額: 88

優惠後的付款金額為: 88.00

顧客購買圖書的總金額: 300

優惠後的付款金額為: 200.00

11樓:匿名使用者

如果不論金額只允許扣減一次就很簡單:

int foo(int before)

12樓:

int money,pay;

printf("輸入金額:");

scanf("%d",&money);

if(money >= 300)

pay = money - 100;

else if(money >= 200)pay = money - 60;

else if(money >= 100)pay = money - 30;

else

pay = money;

printf("實付金

額:%d",pay);

c語言指標簡單的程式設計題 5

13樓:匿名使用者

int main()

ptrdouble = &a[10];

//輸出後是個值

for (i = 0; i<10;i++)printf("%f",result);};

c語言簡單程式設計題!!

14樓:因特納雄耐爾一定會實現

看在50分的份上。。。。。。。。。。。。。。。。。。。。全部編譯測試通過。!

看在我幫你做作業的這麼辛苦的份上,在加點分吧。。。。。。

//1:

//源**

#include "stdio.h"

void main()

printf("個位、十位、百位上的和是 %d\n",(a%10+a/10%10+a/100));

}//輸出結果:

請輸入一個3位數

6坑爹呢?你輸入的那是3位數嗎?

請重新輸入

321個位、十位、百位上的和是 6

press any key to continue

//2.

//源**

#include "stdio.h"

void main()

printf("\n");

}//輸出結果:

100以內能被3整除且個位數為5的所有正整數有:

15 45 75

press any key to continue

3//源程式:

#include "stdio.h"

void main()

printf("\n");

}//輸出結果:

10~1000之內能能被7整除且十位數為9的數有:

91 98 196 294 392 399 490 497 595 693 791 798 896 994

press any key to continue

//4//源程式:

#include "stdio.h"

void main()

printf("\n");

}//輸出結果:.:

1904 1908 1912 1916 1920 1924 1928 1932 1936 1940 1944 1948 1952

1956 1960 1964 1968 1972 1976 1980 1984 1988 1992 1996 2000

press any key to continue

//5.

//源**:

#include "stdio.h"

int agn(int i)

void main()

//輸出結果:

第七個人的年紀為32

press any key to continue

15樓:匿名使用者

1# include "stdio.h"

main()

2# include "stdio.h"

main()

3# include "stdio.h"

main()

4# include "stdio.h"

main()

5# include "stdio.h"

main()

int age(int x)

C語言程式設計題,C語言程式設計題

墨汁諾 long fun int k if i 2 return 1l return k fun k 1 或 include stdio.h main double h,c printf input h n scanf lf h c 5.0 9 h 32 printf c lf c 文庫精選 實驗一...

求解C語言程式設計題,C語言程式設計題求解

int main else goto again for i 0 i 100 i 僅供參考 冬一又二分之一 include include include int get3num int a,int b,int n int i int sum 0 for i 0 iif a i 3 0 b sum ...

微控制器C語言程式設計,微控制器C語言程式設計題

按你的程式的結構,不做大的變動,又能理解的方法 四個程式合併成一個,當然就只能有一個主程式了,一個while 1 了,凡是while 1 以上的程式只保留一個就行了。四個程式的while 1 以下的都合併寫在一個while 1 下面,分為四段。有四個按鍵,判斷按鍵被按下的程式會寫吧?那判斷每個按鍵的...