Computer Science, asked by saikumarsai5219, 11 months ago

Java programming if​

Answers

Answered by pchourasia1405
1

Answer:

Give your question correctly....

Answered by aswinvsivan123
0

Answer: This is the structure of Java if Statements :

public class Program

{

public static void main(String []args)

{

if (statement 1)

System.out.println("");

else

System.out.println("");

}

}

Similar questions