View Single Post
  #1  
Old 20th November 2011
Guesuper Guesuper is offline
Ceriwiser
 
Join Date: Nov 2011
Posts: 408
Rep Power: 14
Guesuper mempunyai hidup yang Normal
Default ask c++ cara ngejumlahin dari fungsi for

help gan..

ane lagi ngerjain tugas buat program. ane buat yang kayak gitu



#include

#include

using namespace std;

int main()

{

int harga,totalawal,totalakhir;

short client;

string name [client];

int durasi [client],jam [client],menit [client],totalbayar [client];



cout

Reply With Quote