Java : Can anyone please explain this.
Attachments:
Answers
Answered by
0
Explanation:
Java is a high-level programming language developed by Sun Microsystems. ... Instead, Java programs are interpreted by the Java Virtual Machine, or JVM, which runs on multiple platforms. This means all Java programs are multiplatform and can run on different platforms, including Macintosh, Windows, and Unix computers.
Answered by
2
Explanation:
there is the condition used by boleen if it's true then the value of small a is printed if false then capital A
and the ascii value of capital a is 67 and small a is 97 there fore
value printed is 97
hope it helps u
Similar questions