// tugas.cpp : Defines the entry point for the console application.
//
#include "stdafx.h"
#include <iostream.h>
float waktu (float vo,float vt,float a)
{
float hasil;
hasil = vt / (vo + a);
return hasil;
}
int main()
{
float vo,vt,a,hasil;
cout << "\n **********TEKNIK INFORMATIKA**********\n";
cout << "\n VIVI APRILIANI NUR (TI
112075)\n";
cout << "\n **************************************\n";
cout << endl;
cout <<endl;
cout << "\n_____Menghitung Waktu Tempuh
Kendaraan_____\n\n";
cout <<"Masukkan kecepatan awal : ";
cin >> vo;
cout <<"Masukkan kecepatan akhir : ";
cin >> vt;
cout <<"Masukkan percepatannya : ";
cin >> a;
hasil=waktu(vo,vt,a);
cout <<"Hasil waktu tempuh =
"<<hasil<<endl;
return 0;
}
Capture:
|
Minggu, 16 Desember 2012
Menghitung Waktu Tempuh Kendaraan Menggunakan Visual C++
kali ini saya akan membuat sebuah program C++ tentang fisika yang bersangkutan rumus GLB
Langganan:
Posting Komentar (Atom)
0 komentar:
Posting Komentar