Computer Science, asked by maryamkhan8737, 3 months ago

what is the output for the following statements a=7;system. out.print ("a "+ a);​

Answers

Answered by Oreki
2

\text{\large\bf Given Snippet}

    \texttt{int a = 7;}\\\texttt{System.out.print("a " + a);}

\text{\large\bf \symbol{79}utput}

    \texttt{a 7}

Similar questions