Display an Integer

Report a typo

public static void main(String[] args){
    int num = 10;
    System.out.printf("Value of num is _", num);
}

What format-specifier should be used to display the value of num?

Select one option from the list
___

Create a free account to access the full topic