Computer Science, asked by prakashvishwasgowda1, 1 month ago

state the data type and value of y after the following is executed:char x='7';. y=Character.isLetter(x)​

Answers

Answered by ajb7899
1

Answer:

Data type:- boolean

y = false

Similar questions