Computer Science, asked by adityasingh90875, 3 months ago

explain the use of print statement used with plus (+) operator and semicolon (;) symbol with the help of examples​

Answers

Answered by sayan3817
1

Explanation:

int i= 32;

System.out.println("Rank = " + i);

Similar questions