Computer Science, asked by adityasaria7, 25 days ago

What will be the output of the given line:- System.out.println(5+6+” is the sum”);​

Answers

Answered by Oreki
0

\textsf{\large \textbf{Given Snippet}}

   \texttt{System.out.println(5 + 6 + " is the sum");}

\textsf{\large \textbf{After Execution}}

   \texttt{System.out.println(11 + " is the sum");}\\\textsf{Out\symbol{112}ut:} \texttt{ 11 is the sum}

Similar questions