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
相关文章
相关标签/搜索