0

What will be the output.

Guess the tricky output public class A {     public static void main(String[] args)     {         System.out.println('j' + 'a' + 'v' + 'a');     } }

26th May 2019, 2:24 PM
Himanshu
Himanshu - avatar
1 Resposta
+ 5
ascii code: j : 106 a : 97 v : 118 -> j + a + v + a = 106 + 97 + 118 + 97 -> output: 418
26th May 2019, 2:43 PM
Denise Roßberg
Denise Roßberg - avatar
Quente hoje
.
1 Votes
What?
0 Votes
HTML
0 Votes
Web
0 Votes
FRC Coding?
1 Votes
Quiz duel
0 Votes
AI
2 Votes
help
0 Votes
APIs
1 Votes