Discussion topic:
Viewing messages
To go to the homepage of this topic, click here.
Page 1 of 1 | From: vinaykalsa | Reply 1 of 2 | Reply | | Subject: | #include<iostream.h>
#include<conio.h>
void main()
{
clrscr();
int v,u,a,t;
cout << "Enter the velocity, acceleration, time as integers : "
<< endl;
cin>>u>>a>>t;
v=u+a*t;
cout << "The final velocity is " << v << "." <<
endl;
getch();
} Posted at: Sat Mar 14 16:20:24 2009 (GMT)
|
From: 9neet | Reply 2 of 2 | Reply | | Subject: antim veg (last velocity) | gud program Posted at: Wed May 25 12:27:04 2011 (GMT)
|
Page 1 of 1
|
|
To post to this forum, you must be signed in as a Syvum member.
Please sign in / register as a member.