Computer Science, asked by mandalabhijit534, 5 months ago

what is composite condition in Java​

Answers

Answered by nehaprakruti44
1

Answer:

Java, like all other programming languages, is equipped with specific statements that allow us to check a condition and execute certain parts of code depending on whether the condition is true or false. Such statements are called conditional, and are a form of composite statement.

Similar questions