*Please use for loop to read the number.
更新1:
I haven't learn the array in C++. Can the maximum and minimum only use the for loop without array to find out? * #include int main() int i; double n, max, min; for (i=0; i
更新2:
for (i=0; i n; } I only know this part and I don't know how to continue with this to find out the maximum and minimum nubmer......
更新3:
for (i =0; i
更新4:
for (i =0; i<10; i = i+1);
更新5:
{ cout<<"Input a numer \n"; cin>>n; }