what are the two types of output statement in java?
Answers
Answered by
2
Explanation:
statement specifies an action in a Java program. For example, a statement may tell the add of values of x and y and assign their sum to the variable z. It then prints a message to the standard output or writing data to a file, etc.
Java statements can be broadly classified into three categories:
Declaration statement
Expression statement
Control flow statement
1. Java Declaration
Answered by
2
Answer:
Java statements can be broadly classified into three categories: Declaration statement. Expression statement. Control flow statement.
Explanation:
if u like the ans pls mark me as brainliest
Similar questions