Valhalla Legends Forums Archive | Fun Forum™ | Hmmm

AuthorMessageTime
shout
Run this.
[code]
    class Program
    {
        static void Main(string[] args)
        {
            byte[] b = new byte[]{(byte)'a', (byte)'l', (byte)' ', (byte)'g', (byte)'o', (byte)'r', (byte)'e'};
            int count = 0;
            for (int i = 0; i < b.Length; i++)
                count += b[i];
            Console.WriteLine(count);
            Console.ReadLine();

        }
    }
[/code]
C#
May 31, 2007, 8:13 AM
Newby
Haha. Powned.
June 2, 2007, 5:04 AM
HeRo
[img]http://www.toadking.com/6x9=42/fail.jpg[/img]
June 3, 2007, 9:35 AM
shout
[img]http://img159.imageshack.us/img159/1356/failmotivationalfz5.jpg[/img]
June 5, 2007, 3:13 PM

Search