Computer Science, asked by Wadhwanipk, 1 year ago

Write a program to accept two different characters and display the sum and difference of their as ASCII values.

Answers

Answered by Vickyvic
5
Int a, b, c, ;
a= (char)a;
b= (char)b ;
C= a+b;
System.out.println(" the sum of the charecters:" +C);
Similar questions