KnowledgeBoat Logo

Computer Applications

Write the Java expression for the following:

ut+12at2ut + \dfrac{1}{2}at^2

Java Operators

28 Likes

Answer


u * t + (1 / 2) * a * t * t

Answered By

17 Likes


Related Questions