题目
[填空题]阅读以下程序,输出结果为_________。 classD{ publicstaticvoidmain(Stringargs[]){ intd=21; Decdec=newDec(); dec.decrement(d): System.out.println(d); } } classDec{ publicvoiddecrement(intdecMe){ decMe=decMe-1: } }
提示:未搜索到的试题可在搜索页快速提交,您可在会员中心"提交的题"快速查看答案。
答案
查看答案
搜题