# include <stdio.h>
# include <ctype.h>
int main(void)
{
char answer = 'N';
double total = 0.0;
double value = 0.0;
unsigned int count = 0;
printf("This program calculates the average of any number of value.\n");
......................
阅读全部 | 2017年3月4日 16:07