一个三位小数的近似数是5.80,这个三位小数最大是多少?最小是多少?
最大是5.804;最小是5.795
大修工程竣工验收程序是什么?
以下程序的输出结果是 【14】 。#include<iostream.h>void main( )int a=0; a+= ( a=8 ); cout << a;