HomeExam Question Papers - (Class-10, Class-9, Class-8, Class-7, Class-6, Class-5, Class-4Class-3Class-2Class-1, Class-S.K.G., Class-J.K.G., Class-Nursery)

To find the velocity of an object. (Qbasic)


To find the velocity of an object. (v = u + at) (Qbasic Code)



CLS

INPUT "Enter the initial velocity of an object"; u

INPUT "Enter the acceleration"; a

INPUT "Enter the time"; t

v = u + a * t

PRINT "The velocity of the object is"; v

END

Share :

Facebook x
Back To Top

facebook

Powered by Blogger.