Java programming if
Answers
Answered by
1
Answer:
Give your question correctly....
Answered by
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
Chemistry,
5 months ago
Math,
5 months ago
English,
11 months ago
Political Science,
11 months ago
Social Sciences,
1 year ago
Math,
1 year ago