- 1693
- 0
- 约9.61万字
- 约 129页
- 2021-11-24 发布于天津
- 举报
C卄程序设计谭浩强课后习题答案(完整版)
C卄程序设计谭浩强课后习题答案(完整版)
C卄程序设计谭浩强课后习题答案(完整版)
C卄程序设计谭浩强课后习题答案(完整版)
第一章
1.5题
#include iostreain using namespace std; mt mam()
{
cout?nThisH?HisH; cout?HaH?nC++H; cout?,,progiain.n;
return 0;
1.6题
#include iostreain using namespace std; mt mam()
{
iiit a、b,c;
a=10;
b=23; c=a+b; cout?Ha+b=M; cout?c;
cout?endl; return 0;
}
1.7七题
#include iostreain using namespace std; mt mam()
{
iiit a、b,c;
mt f(int xjnt y.iiit z); ciii?a?b?c; c=f(a,b,c);
cout?c?endl; return 0;
}
mt f(int xjnt y.iiit z)
{
mt m;
if (xy) m=x; else m=y;
if (zm) m=z; retuin(m);
}
1.8题
#include iostreain
using namespac
原创力文档

文档评论(0)