Computer Science, asked by athuljose05, 4 months ago

What is a statement in java? Give examples of a few java statements?​

Answers

Answered by baljeetsingh1828k
2

Answer:

java three different types of statement

Answered by rathorkanakdrg69906
4

Answer:

Java statements are instructions that tell the programming language what to do, like declaration and string statements.

example:

System.out.println("Line 1");

System.out.println("Line 2");

Similar questions