Login Register






Thread Rating:
  • 0 Vote(s) - 0 Average
Thread Closed 


Count to 10 Before an Admin Posts! filter_list
Author
Message
RE: Count to 10 Before an Admin Posts! #41
Guess I'll help out. Here's 2.
[Image: CDUAq9d.png]


RE: Count to 10 Before an Admin Posts! #42
Code:
#include <iostream>

using namespace std;

int main()
{
int number = 6;

cout << 6/2 << endl;

return 0;
}

Not really good with programming math lol.
[Image: WV5eQ42.jpg]

If you've got any questions regarding c++ or java, feel free to hit me up with a private message at any time.

http://adf.ly/UyTEk


RE: Count to 10 Before an Admin Posts! #43
(07-21-2013, 10:37 PM)Xiledcore Wrote:
Code:
#include <iostream>

using namespace std;

int main()
{
int number = 6;

cout << 6/2 << endl;

return 0;
}

Not really good with programming math lol.

Wanna see my coding?

Code:
Sub Main()
    Console.WriteLine(Math.Pow(2, 2))
End Sub
[Image: CDUAq9d.png]


RE: Count to 10 Before an Admin Posts! #44
Not everyone can turn "I hate math" into the number 4 without writing numbers, like I can, baby.

Did take me a while to write, I'm running on an hours sleep.

Anyhow, simple: 5
[Image: tumblr_m73y8go3jd1rb7u8co1_500.gif]
Avatars are for faggots.


RE: Count to 10 Before an Admin Posts! #45
A = 5, B = 6, C = 30, F = 15, X = 15, R = 0

A * B = C

C / 2 = F

R = F - X

What does that equal?
[Image: GiXvY27.png]


RE: Count to 10 Before an Admin Posts! #46
I guess that equals 0 :c

Well back at 1.


RE: Count to 10 Before an Admin Posts! #47
2
3
4
5
6
7
8
9
10

GFGFGFGFGF
[Image: OkXCq.gif]


RE: Count to 10 Before an Admin Posts! #48
Code:
Sub Main()
    doStuff()
End Sub

Sub doStuff()
    For i = 0 To 2147483647
        Console.WriteLine(Math.Pow(Math.Sqrt(2), 2))
    Next
End Sub()









In other words, 2.
[Image: CDUAq9d.png]


RE: Count to 10 Before an Admin Posts! #49
(07-22-2013, 02:58 AM)shebang Wrote:
Code:
Sub Main()
    doStuff()
End Sub

Sub doStuff()
    For i = 0 To 2147483647
        Console.WriteLine(Math.Pow(Math.Sqrt(2), 2))
    Next
End Sub()









In other words, 2.

Code:
#include <iostream>

using namespace std;

int add(int a, int b)
{
    int result;
    result = a+b;
    return result;
}

int main()
{
    int n1 = 3;
    int n2;
    
    n2 = n1+1-4;
    cout << add(n1, n2) << endl;
    
    system("PAUSE");
    return 0;
}
[Image: WV5eQ42.jpg]

If you've got any questions regarding c++ or java, feel free to hit me up with a private message at any time.

http://adf.ly/UyTEk


RE: Count to 10 Before an Admin Posts! #50
[Image: 3385717805_cfc4c7d14c_z.jpg?zz=1]
[Image: GiXvY27.png]








Users browsing this thread: 3 Guest(s)