跪求C程式高手鍵盤輸入實型數有序顯示輸出

時間 2022-06-04 15:10:02

1樓:泠月冰辰

1全部#include

int main()

if(b>c)

if(a>b)

printf("%lf,%lf,%lf",a,b,c);

return 0;

} 完成,以上用的冒泡法

1.2 2.1 0.9

0.900000,1.200000,2.100000

2樓:兜裡有兩塊糖

寫好了,氣泡排序

#include

#include

void swap(double *x, double *y)main()}}

for (i = 0; i <3;i++)printf("%lf ",a[i]);}

3樓:匿名使用者

只有三個數的話,根本用不著冒泡..太麻煩

比四次就可以了

#include "stdio.h"

#include "iostream.h"

變數交換

void main()

4樓:匿名使用者

不但可以實現三個數的有序輸出,而且輸出可以選擇是按照1:升序輸出 或者 2:降序輸出

#include

#include

void swap(double *x, double *y)main()

break;

}case 2:

break;}}

}}for (i = 0; i <3;i++)printf("%lf ",a[i]);

printf("\n");

system("pause");}

5樓:無情一匕

/*對比三次就可以了*/

/*這個程式是將三個數字按小到大輸出*/

#include "stdio.h"

main()

if(a>c)

if(b>c)

printf("%f %f %f",a,b,c);

terurn 0;}

6樓:匿名使用者

是比3次就可以了。

#include

int main()

if(b>c)

if(a>b)

printf("%lf,%lf,%lf",a,b,c);

return 0;}

用c語言編寫程式 從鍵盤輸入n 0《n《100 個整數

1 次數最多 2 在次數最多的基礎上,數值最大 以下為程式 include 設定最大值 define max 100 typedef struct record record int i ist int array,int index,record rd return flag int findma...

c從鍵盤輸入正整數,判斷是否為迴文數

笑談詞窮 輸入字串s 也可以輸入數字然後用sprintf程式設計字串 int len strlen s 1,i bool judge true for i 0 i shine落翼之殤 輸入以下程式即可判斷 int len strlen s 1,i bool judge true for i 0 i ...

求教c語言從鍵盤輸入整型資料int型編寫

風若遠去何人留 include include int main int i scanf s num printf s dbits n num,strlen num for i 0 num i i if num i 9 num i 0 cnt num i 0 for i 0 i 10 i if cn...