which symbols used as a separator to print the values of more than one variable with a single print statement
Answers
Answered by
3
Answer:
These statements can very well be written in one line by putting semicolon in between
Answered by
1
Answer:
System.out.println("sum of numbers="+a+"product of the number="+b);
so here + symbol acts as an separator
Similar questions