M.Umar Khan
Computer related articles
Wednesday, November 19, 2014
c++ program to find distance when speed = 30 time = 10
#include <iostream>
using namespace std;
int main()
{
int speed,time,distance;
speed=30;
time=10;
{
distance=speed*time;
}
cout<<"distance = "<<distance<<endl;
return 0;
}
No comments:
Post a Comment
Newer Post
Older Post
Home
Subscribe to:
Post Comments (Atom)
No comments:
Post a Comment