conditional programming in java plz help me bro
Answers
Answered by
0
int a = 48
int b = 67
if ( a != b ) {
System.out.printIn("both the numbers are not equal");
} else {
System.out.printIn("both the numbers are not equal");
}
Similar questions