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);}

  • 1010
  • None of the choices
  • 11
  • 10
  • 101 Correct
Feedbacks
RainyGamefowl - 11 months ago
Downvoted: 1.01
BrightGuanaco - 11 months ago
Downvoted this question
Similar ITE-6104 questions