Computer Science, asked by subhasrinivas0507, 5 months ago

public class Prg {
public static void main(String args[]){
System.out.print('A' + 'B');
}​

Answers

Answered by vr106367
2

Answer:

The compiler will throw an error as we cannot add characters (char).

Explanation:

Please mark me as brainliest!!!

Similar questions