Answers for "printf boolean"

3

printf java boolean

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

how to print boolean in c

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

printf boo;

printf(x ? "true" : "false");
Posted by: Guest on April-13-2021

Code answers related to "Java"

Java Answers by Framework

Browse Popular Code Answers by Language