write a program in Java to input two characters and see whether they are equal or not
Answers
Answered by
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
English,
4 months ago
Science,
4 months ago
Chemistry,
4 months ago
Social Sciences,
8 months ago
Math,
8 months ago