Computer Science, asked by premdhru701, 3 months ago

write a Java expression ut++⅕ at²​

Answers

Answered by Anonymous
0

Explanation:

Indirect speech is a means of expressing the content of statements, questions or other utterances, without quoting them explicitly as is done in direct speech. For example, He said "I'm coming" is direct speech, whereas He said he was coming is indirect speech.

Answered by Oreki
0

\textsf{\large Given Expression}

    ut + \frac{1}{2}at^{2}

\textsf{\large Java Expression}

    \texttt{u * t + 0.5 * a * t * t;}

Similar questions