首页
编程
java
php
前端
首页
编程
java
php
前端
从键盘输入一个数,求该数的平方并输出。请问我错在哪里了?
我是新手小白,在线求答
b从哪来?
你要定义b
int b;
%d全部改为%f
float b
=
a * a
;
定义float接收却用int
点击展开全文