Computer Science, asked by naresh45592, 7 months ago

write the following as java expression |A|+Xy​

Answers

Answered by Oreki
0

\textsf{\large Given Expression}

    |a| +xy

\textsf{\large Java Expression}

    \texttt{Math.abs(a) + x * y;}

Similar questions