How to create an unknown variable that takes null value in java

前端 未结 0 1656
没有蜡笔的小新
没有蜡笔的小新 2020-12-04 21:42

public class Algebra{

Integer x;
//Integer y=null || 
y.IntValue;

public Integer 
solveSimultaneouss()throws 
NullpointerException
{ 
x=4-y;
y=8-x;

try{
if(         


        
相关标签:
回答
  • 消灭零回复
提交回复
热议问题