Answers for "bool in printf java"

3

printf java boolean

boolean car = true;
System.out.printf("%b",car);
System.out.flush();
Posted by: Guest on December-20-2020
3

printf with bool

printf("%s", x ? "true" : "false");
Posted by: Guest on December-14-2020

Code answers related to "Java"

Java Answers by Framework

Browse Popular Code Answers by Language