Computer Science, asked by Arshiya4937, 7 months ago

Find the output of: S.o.pln(2+3+" 2+3");

Answers

Answered by Anonymous
0

Answer:

public class Test

{

private static float temp()

{

public static float sum = 21;

return(--(sum));

}

public static void main(String[] args)

{

Test test = new Test();

System.out.println(test.temp());

}

}

Similar questions