Results 1 to 15 of 40

Threaded View

  1. #9
    cpepablito's Avatar
    Join Date
    Mar 2009
    Gender
    male
    Location
    Under your bed
    Posts
    2,582
    Reputation
    2
    Thanks
    171
    My Mood
    Angelic
    #include <iostream>
    using namespace std;

    #define PI 3.14159
    #define NEWLINE '\n'

    int main ()
    {
    double r=5.0; // radius
    double circle;

    circle = 2 * PI * r;
    cout << circle;
    cout << NEWLINE;

    return 0;
    }

    i mean thigns like this :P

    this is to measure the cricumfrence of a circul that has 5 inch of redius :P
    it will be 31.4159

    ill show up on cmd

  2. The Following User Says Thank You to cpepablito For This Useful Post:

    Gootzi (11-19-2009)

Similar Threads

  1. Replies: 50
    Last Post: 03-04-2010, 10:03 AM
  2. Important Info For Mod Makers
    By Corndog in forum Combat Arms Mod Discussion
    Replies: 14
    Last Post: 12-03-2009, 09:56 PM
  3. U GUYS PLZ READ IMPORTANT INFO
    By -(P)orndog|AmY- in forum Trade Accounts/Keys/Items
    Replies: 2
    Last Post: 10-12-2009, 12:24 AM
  4. (Important) Getting rid of your keylogger if you downloaded maximo's hack!
    By mastowns in forum Combat Arms Hacks & Cheats
    Replies: 63
    Last Post: 05-06-2009, 05:56 PM
  5. Read Important Info
    By tehwolfe in forum Combat Arms Hacks & Cheats
    Replies: 9
    Last Post: 08-30-2008, 01:44 AM

Tags for this Thread