为了账号安全,请及时绑定邮箱和手机立即绑定

怎么在notpad++中运行不出来

怎么在notpad++中运行不出来

xiaoqian123 2015-10-22 20:43:51
 /*计算三角形长宽对应面积*/        class Test2{    public   static  void  main(String[] args){       float f1=31.2f;//浮点类型1    float f2=78.8f;//浮点类型2                  System  .out.  prin( ”长的大小为”);       System  .out.  println(f1);      System  .out.  print("高的大小");      System  .out.  println(f2);   System  .out.  print("三角形的面积");   System  .out.  println((f1*f2)/2);//得出面积         }}
查看完整描述

1 回答

?
Caballarii

TA贡献1123条经验 获得超629个赞

System  .out.  prin( ”长的大小为”); //单词没拼对,符号用的中文的

查看完整回答
反对 回复 2015-12-04
  • 1 回答
  • 0 关注
  • 1937 浏览

添加回答

举报

0/150
提交
取消
意见反馈 帮助中心 APP下载
官方微信