Your browser does not support JavaScript!

What is the output of the code snippet below: void main(){test(1.0); test(1);} void test(double x){ System.out.print(x); } void test(int x){ System.out.print(x);}

  • 1.01 Correct
Feedbacks
RainyGamefowl - 1 year ago
Upvoted this question
BrightGuanaco - 1 year ago
Upvoted this question
Similar ITE-6104 questions