Answers for "how to initialize the value of char variable in java"

-2

how to initialize a char in java

//notice the single quotes 
char myGrade = 'B';
Posted by: Guest on June-15-2021

Code answers related to "how to initialize the value of char variable in java"

Code answers related to "Java"

Java Answers by Framework

Browse Popular Code Answers by Language