Ceriwis  

Go Back   Ceriwis > HOBI > Komputer & Teknologi > Programming

Programming Share, tanya jawab, saling bantu antar programmer dengan berbagai macam bahasa pemrograman.

Reply
 
Thread Tools
  #1  
Old 20th November 2011
Servermaster Servermaster is offline
Member Aktif
 
Join Date: Nov 2011
Posts: 257
Rep Power: 15
Servermaster mempunyai hidup yang Normal
Default tolong ... tambahkan //comment di setiap lane program ane dong

#include // is a declaration of basic standart input-output library

#include // is a declaration of mathematical function



class menu{

float x,y;



public:

menu (float,float);

~menu ();

float LL() {return (3.14*x*x); }

float K() {return (x/y); }

float P() {return (x/(y*y)); }

float S() {return (0.5 * x *y);}

float PP() {return (x*y);}

float KBS() {return (x*x*x);}

float B() {return (4*3.14*x*x);}

};



menu::menu (float data1, float data2) {x = data1; y = data2;};



menu::~menu() {cout
Reply With Quote
Reply


Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off


Terkait
Thread Thread Starter Forum Replies Last Post
[Kerja sampingan] manfaatkan internet, setiap comment anda saya bayar KerjaSantai Lowongan kerja 0 23rd October 2012 10:36 PM
(tolong dong gan:SERIUS) minta tolong kpd kaskuser" yg baik hati peramal123 Misteri, Horror, Supranatural 0 22nd April 2012 07:11 PM
[Bahasa C++] Tolong dong gan kasih Contoh Program C++ Shorting. Badguy13 Programming 0 20th November 2011 09:28 AM
(ASK) Tolong bantu ane bikin program BARCODE dong.. Braincode Programming 0 11th November 2011 01:18 PM

 


All times are GMT +7. The time now is 09:31 PM.