state the data type and value of y after the following is executed:char x='7';. y=Character.isLetter(x)
Answers
Answered by
1
Answer:
Data type:- boolean
y = false
Similar questions