Computer Science, asked by selvaganesh79, 9 months ago

if the Mathematical Expression is xy+cd the equivalent JAVA expression is

Answers

Answered by kartik0102
0

Answer:

(x*y)+(c*d) hope it helps

Answered by Oreki
1

\textsf{\large Given Expression}

    xy + cd

\textsf{\large Java Expression}

    \texttt{x * y + c * d;}

Similar questions