http://idgs.in/250595
  1. #17851
    BNET-KERITING's Avatar
    Join Date
    Nov 2009
    Location
    SuLaBaYa
    Posts
    2,384
    Points
    1,557.60
    Thanks: 25 / 112 / 107

  2. Hot Ad
  3. #17852
    AldyBennet's Avatar
    Join Date
    Mar 2009
    Location
    カリマンタン
    Posts
    3,015
    Points
    469.10
    Thanks: 52 / 81 / 58

    Default

    rada ga ngerti gwa.... wagh!!

  4. #17853
    Eishun's Avatar
    Join Date
    Nov 2008
    Location
    Where Sorrow Loneliness and Sadness Become One...
    Posts
    2,762
    Points
    3,025.48
    Thanks: 32 / 107 / 71

    Default

    Ini bukan ikki!
    benyek!

    Need dota 2 invite..

  5. #17854
    Mello's Avatar
    Join Date
    Feb 2009
    Location
    Jakarta/Depok
    Posts
    11,007
    Points
    15,295.39
    Thanks: 164 / 188 / 154

    Default

    Quote Originally Posted by BNET-KERITING View Post
    yosh

    oyasumi
    Everlasting Memories project


    When Tsundere's being honest to you, it means she desperately in love with you and that time too she give you her heart, faith, & trust 100%

  6. #17855
    dexdim's Avatar
    Join Date
    Feb 2008
    Location
    $sudo rm -rf /
    Posts
    12,373
    Points
    -65.84
    Thanks: 290 / 301 / 244

    Default

    Quote Originally Posted by DeathNote_MeLLo View Post
    yosh

    oyasumi
    oe ini ada yg error kaga ??

    bantuin dith~

    // Include files
    #include <iostream> // used for cin, cout
    #include <conio.h>
    using namespace std;

    // Global Type Declarations

    // Function Prototypes
    void instruct (void);
    void pause ();


    //Global Variables - should not be used without good reason.

    int main ()
    {
    // Declaration section
    double num1, num2, sum, product, quotient;

    // Executable section
    instruct ();
    cout << "Enter first number: ";
    cin >> num1;
    cout << "Enter second number: ";
    cin >> num2;
    sum = num1 + num2;
    product = num1 * num2;
    quotient = num1 / num2;
    cout << "\nThe sum of " << num1 << " and " << num2 << " is "
    << sum
    << "\nThe product of " << num1 << " multiplied by " << num2 << " is "
    << product
    << "\nThe quotient of " << num1 << " divided by " << num2 << " is "
    << quotient << endl;
    cout << "\nThe difference of the two numbers is as follows: "
    << endl;
    if ( num1 == num2 )
    cout << num1 << " is equal to " << num2 << endl;
    if ( num1 != num2 )
    cout << num1 << " is not equal to " << num2 << endl;
    if ( num1 < num2 )
    cout << num1 << " is less than " << num2 << endl;
    if ( num1 > num2 )
    cout << num1 << " is greater than " << num2 << endl;
    if ( num1 <= num2 )
    cout << num1 << " is less than or equal to "
    << num2 << endl;
    if ( num1 >= num2 )
    cout << num1 << " is greater than or equal to "
    << num2 << endl;
    pause ();
    return 0;

    }

    void instruct (void)
    {
    // Declaration section

    // Executable section
    cout << "Choose two whole numbers to input below. The program will\n"
    << "then calculate the sum, the product, the difference, and the\n"
    << "quotient of the two numbers that have been input.\n "<< endl;
    }

    void pause ()
    {
    // Declaration section

    // Executable section
    cout << "\nPress any key to continue...";
    getch();
    cout << "\r";
    cout << " ";
    cout << "\r";
    }




    /*
    Program Output

    Choose two whole numbers to input below. The program will
    then calculate the sum, the product, the difference, and the
    quotient of the two numbers that have been input.

    Enter first number: 6
    Enter second number: 4

    The sum of 6 and 4 is 10
    The product of 6 multiplied by 4 is 24
    The quotient of 6 divided by 4 is 1.5

    The difference of the two numbers is as follows:
    6 is not equal to 4
    6 is greater than 4
    6 is greater than or equal to 4

    Press any key to continue...


    */
    Manjaro KDE

  7. #17856
    AldyBennet's Avatar
    Join Date
    Mar 2009
    Location
    カリマンタン
    Posts
    3,015
    Points
    469.10
    Thanks: 52 / 81 / 58

    Default

    Quote Originally Posted by Eishun View Post
    Ini bukan ikki!
    benyek!
    itu ikki...

    ga mw tau gw

  8. #17857
    Mello's Avatar
    Join Date
    Feb 2009
    Location
    Jakarta/Depok
    Posts
    11,007
    Points
    15,295.39
    Thanks: 164 / 188 / 154

    Default

    Quote Originally Posted by clouds21 View Post
    oe ini ada yg error kaga ??

    bantuin dith~
    ampon gw kagak tau gitu2an

    Quote Originally Posted by AldyBennet View Post
    itu ikki...

    ga mw tau gw
    like this
    Everlasting Memories project


    When Tsundere's being honest to you, it means she desperately in love with you and that time too she give you her heart, faith, & trust 100%

  9. #17858
    dexdim's Avatar
    Join Date
    Feb 2008
    Location
    $sudo rm -rf /
    Posts
    12,373
    Points
    -65.84
    Thanks: 290 / 301 / 244

    Default

    arghhh deadline besok jam 3 pagi via email

    tot guru TIK tot !~
    Manjaro KDE

  10. #17859
    AldyBennet's Avatar
    Join Date
    Mar 2009
    Location
    カリマンタン
    Posts
    3,015
    Points
    469.10
    Thanks: 52 / 81 / 58

    Default

    Oyasumi~

  11. #17860
    SrZ]Xevirath's Avatar
    Join Date
    Feb 2007
    Location
    Dragon Palace
    Posts
    3,427
    Points
    5,090.80
    Thanks: 0 / 20 / 16

    Default

    Quote Originally Posted by clouds21 View Post
    oe ini ada yg error kaga ??

    bantuin dith~
    Kayaknya nga

    Tapi mata saya bisa salah.

  12. #17861
    dexdim's Avatar
    Join Date
    Feb 2008
    Location
    $sudo rm -rf /
    Posts
    12,373
    Points
    -65.84
    Thanks: 290 / 301 / 244

    Default

    Quote Originally Posted by --Thanatos-- View Post
    Kayaknya nga

    Tapi mata saya bisa salah.
    wah ene ada temen maen codingan~

    gilak multi talent lu~ coding bisa grafis bisa~
    Manjaro KDE

  13. #17862
    AldyBennet's Avatar
    Join Date
    Mar 2009
    Location
    カリマンタン
    Posts
    3,015
    Points
    469.10
    Thanks: 52 / 81 / 58

    Default

    gw ga ngerti gituan....

  14. #17863
    dexdim's Avatar
    Join Date
    Feb 2008
    Location
    $sudo rm -rf /
    Posts
    12,373
    Points
    -65.84
    Thanks: 290 / 301 / 244

    Default

    TS I need you !
    Manjaro KDE

  15. #17864
    AldyBennet's Avatar
    Join Date
    Mar 2009
    Location
    カリマンタン
    Posts
    3,015
    Points
    469.10
    Thanks: 52 / 81 / 58

    Default

    TS Down! Need Back up!!

  16. #17865
    SrZ]Xevirath's Avatar
    Join Date
    Feb 2007
    Location
    Dragon Palace
    Posts
    3,427
    Points
    5,090.80
    Thanks: 0 / 20 / 16

    Default

    Quote Originally Posted by clouds21 View Post
    wah ene ada temen maen codingan~

    gilak multi talent lu~ coding bisa grafis bisa~
    Klo coding kebetulan udah dari dulu belajarnya (tapi belum ngedalemin C++ Csharp dan kawan2nya, makanya klo disuruh bikin belum tentu bisa, tapi klo cek syntax harusnya isa)
    klo grafis... baru belajar >_>

    <- MapMaker, jadi bisa coding dikit @_@

Page 1191 of 2005 FirstFirst ... 1916911091114111811187118811891190119111921193119411951201124112911691 ... LastLast

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •