Computer Applications

Write the Java expressions for the following: ut + ½at²

Java Operators

28 Likes

Answer


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

Answered By

17 Likes


Related Questions