What is the output of the following program?
public class MysteryProgram { public static void main(String[] args) { int x = 3; doubleMe(x); System.out.println
Attachments:
Answers
Answered by
2
the output of the following program
x doubled is 3.
x doubled is 3.
Similar questions