explain the use of print statement used with plus (+) operator and semicolon (;) symbol with the help of examples
Answers
Answered by
1
Explanation:
int i= 32;
System.out.println("Rank = " + i);
Similar questions