14 Visitor Messages

  1. Thank you guys!!!
  2. Happy birthday!!
  3. View Conversation
    Happy Birthday!
  4. LOL
  5. View Conversation
    lol math lover.....
  6. View Conversation
    #include <iostream>
    using namespace std;

    main()
    {
    int a;
    int b;
    int d=0;
    cin>>a;
    cin>>b;
    for(int c=b;c>0;c--)
    {
    d=d+a;
    }
    cout <<a<<"x"<<b<<"="<<d;
    int wait;
    cin>>wait;
    }
  7. View Conversation
    all you do is you add a number the number of times as the number you're multiplying it to, so if you have 5 x 9. its 5+5 9 times, using a for loop it could go like this...

    #include <iostream>
    using namespace std;

    main()
    {
    int a;
    int b;
    int d=0;
    cin>>a;
    cin>>b;
    for(int c=b;c>0;c--)
    {
    d=d+a;
    }
    cout <<a<<"x"<<b<<"="<<d;
    int wait;
    cin>>wait;
    }
  8. What? R u gonna leave me alone in this ****....(kidding)
    I am happy for u m8
  9. View Conversation
    ill be active now
    soon i wont be single
  10. let me know if I understood the question:

    example:
    you want to multiply 2*3, but u can't use the multiply operation.
    But can u act like this: 2*3 = 3+3 ?
Showing Visitor Messages 1 to 10 of 14
Page 1 of 2 12 LastLast
Page 1 of 2 12 LastLast
About MathX

Basic Information


Date of Birth
September 11, 1990 (21)
About MathX
Biography:
I love iron Maiden
Location:
Istog, Kosova
Interests:
Programming, .java, Maths
Occupation:
CS Student

Signature


Interested in participating in community events?
Want to harness your programming skill and turn it into absolute prowess?
Come join our programming events!

Contact


This Page
http://forum.codecall.net/members/mathx.html
Instant Messaging

Send an Instant Message to MathX Using...

Statistics


Total Posts
Total Posts
4,001
Posts Per Day
3.30
Last Post
4000 posts 10-30-2011 05:30 AM
Visitor Messages
Total Messages
14
Most Recent Message
09-13-2009 12:36 AM
General Information
Last Activity
12-25-2011 06:09 AM
Join Date
10-18-2008
Referrals
0

10 Friends

Showing Friends 1 to 9 of 10
View MathX's Blog

Recent Entries

Programming in Kosovo

by MathX on 12-27-2008 at 09:00 PM
“PROGRAMMING” – for most of the youth in Kosovo this is an unknown word.There are too many reasons for this phenomenon. Most of the Balkan countries are “one step back” comparing to Western Europe or US countries. The reason is simple: Balkan has had too many conflicts and wars in its history. While those countries spent most of their investments in weapons and army, other countries invested in science and technology. Now let’s leave out Balkan and the rest of the world and concentrate in Kosovo.

Read More

Categories
Uncategorized