Computer Science, asked by vighneya532, 9 months ago

Char ch1 = 'e', ch2 = '9'; a.system.out.println( character.isdigit(ch1) );

Answers

Answered by LakshmishreeR
2

Answer:

the answer for this is false.

Explanation:

here ch1 is 'e' and the question is character.isdigit(ch1)

so it gives the boolean value false because ch1 is not a digit it is an alphabet.

Mark me as brainliest

Similar questions