C 用do-while語句求最大值問題

Probelm: Write a program that inputs a series of 5 numbers and determines and prints the largest of the numbers, Use ‘do-while’ statement #include<stdio.h> #include<stdlib.h> int main(void) { int n
相關文章
相關標籤/搜索