Computer Science, asked by maylina, 6 months ago

write a program in Java to input two characters and see whether they are equal or not​

Answers

Answered by Mathssciencequeen44
4

Answer:

public class AddTwoNumbers {

public static void main(String[] args) {

int num1 = 5, num2 = 15, sum;

sum = num1 + num2;

System.out.println("Sum of these numbers: "+sum);

}

}

Explanation:

I'm not sure but it help u

Similar questions