Computer Science, asked by keerthidharan, 1 year ago

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 p1998p
2
the output of the following program
x doubled is 3.
Similar questions