根据三角形的基本定理完成填空,则表达式为【 】。
include<iostream. h>
include<math. h>
void main()
{
double a,b,c,s,area;
cout<<"请输入三角形三边a,b,c:"<<end1;
cin>>a>b>>c;
if(______)
{
s=(a+b+c)/2;
area=sqrt(s*(s-a)*(s-b)* (s-c)),
cout<<"三角形的面积为:"<<area;
}
else
cout<<"不能构成三角形!"<<end1;
}
第1题:
1、若程序中含有以下移位函数LED_PORT=_crol_(0xfe,1),则编程时必须包含以下哪条头文件()。
A.#include <intrins.h>
B.#include <stdio.h>
C.#include <math.h>
D.#include <absacc.h>
第2题:
下列正确的文件包含命令是()。
A.#include <file1.h>
B.#include [file1.h]
C.#include "file1.h"
D.#include (file1.h)
第3题:
使用scanf函数需要在头文件中添加___.
A.#include <stdio.h>
B.#include <ctype.h>
C.#include <float.h>
D.include <iomanip.h>
第4题:
若程序中含有以下移位函数LED_PORT=_crol_(0xfe,1),则编程时必须包含以下哪条头文件()。
A.#include <absacc.h>
B.#include <stdio.h>
C.#include <intrins.h>
D.#include <math.h>
第5题:
()是正确的头文件包含预编译处理命令。
A.#include <stdio.h>
B.#include (stdio.h)
C.#include 'stdio.h'
D.#include {stdio.h}