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?
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?
Create a free account to access the full topic