C语言程序设计教程的课后练习答案
#include<stdio.h>main{}/*thisprogramprintsthenumberofweeksinayear./*(intss:=52;print(...
#include<stdio.h>
main{}
/*this program prints the number of weeks in a year./*
(
int s
s:=52;
print(There are s week in a year");
指出并修改程序错误 展开
main{}
/*this program prints the number of weeks in a year./*
(
int s
s:=52;
print(There are s week in a year");
指出并修改程序错误 展开
1个回答
2017-08-26
展开全部
#include<stdio.h>
void main()
/*this program prints the number of weeks in a year.*/
{
int s;
s = 52;
printf("There are %d week in a year", s);
}
本回答被提问者和网友采纳
已赞过
已踩过<
评论
收起
你对这个回答的评价是?
推荐律师服务:
若未解决您的问题,请您详细描述您的问题,通过百度律临进行免费专业咨询
广告 您可能关注的内容 |