Computer Science, asked by TheKingPS, 1 year ago

What is the out put of
System.out.println('f'+32);​

Answers

Answered by piyushrai46
2

Syntax Error.

System.out.println ("f"+32);

Output-

f32

Similar questions