To find the velocity of an object. (Qbasic) To find the velocity of an object. (v = u + at) (Qbasic Code)CLSINPUT "Enter the initial velocity of an object"; uINPUT "Enter the acceleration"; aINPUT "Enter the time"; tv = u + a * tPRINT "The velocity of the object is"; vEND Share : Facebook Twitter Previous Newer Post Next Older Post