跳动百科

变量的命名规则(变量英语)

元炎涛   来源:

大家好,小金来为大家解答以上的问题。变量的命名规则,变量英语这个很多人还不知道,现在让我们一起来看看吧!

1、class Score{ private double english; //get/set省略 public void printScore(){ System.out.println("English:"+english); }}public class ScoreTest{ public static void main(String argv[]){ Score stu1=new Score(); stu1.setEnglisht(85.5); Score stu2=new Score(); stu2.setEnglisht(93.5);stu1.printScore(); stu2.printScore(); }}请采纳。

2、楼主是想要计算机相关的词汇吗?我到是有一些,计算机上会用到的专业术语一般都在里面了。

本文到此分享完毕,希望对大家有所帮助。