public class Prg {
public static void main(String args[]){
System.out.print('A' + 'B');
}
Answers
Answered by
2
Answer:
The compiler will throw an error as we cannot add characters (char).
Explanation:
Please mark me as brainliest!!!
Similar questions