首页    新闻    小组    威客    人才    下载    博客    代码贴    在线编程    论坛
代码贴beichei5d的代码贴全部
# 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
1
beichei5d