logo

Crowdly

What is the result of the following code? public class Test {     public static...

✅ The verified answer to this question is available below. Our community-reviewed solutions help you understand the material better.

What is the result of the following code?

public class Test {

    public static void main(String[] args) {

        char c = 'A';

        int i = 5;

        System.out.println(c + i);

    }

}

A. Compilation Error

B. A5

C. 70

D. 65

33%
0%
33%
33%
More questions like this

Want instant access to all verified answers on moodle.spit.ac.in?

Get Unlimited Answers To Exam Questions - Install Crowdly Extension Now!