Examlex

Solved

What Does the Following Code Display

question 14

Multiple Choice

What does the following code display?
int d = 9, e = 12;
System.out.printf("%d %d\n", d, e) ;


Definitions:

Related Questions