Computer Science, asked by dikshesh2944, 1 year ago

Write a program to explain “if statement”

Answers

Answered by Starvesh
0
int n=1,a=0;

if(n>a)
{
System.out.println("n is greater than a");
}
Similar questions