Computer Science, asked by tisapatel10907, 1 month ago

which symbols used as a separator to print the values of more than one variable with a single print statement​

Answers

Answered by sijit1981
3

Answer:

These statements can very well be written in one line by putting semicolon in between

Answered by raviroshanravi1
1

Answer:

System.out.println("sum of numbers="+a+"product of the number="+b);

so here + symbol acts as an separator

Similar questions