Click here to Skip to main content
15,896,606 members
Please Sign up or sign in to vote.
1.00/5 (2 votes)
See more:
:confused: X| i cant find it out haha can any one help

Edit TR: Fixed the tags. Not that I expect anyone to answer helpfully...
Posted
Updated 8-Apr-10 5:00am
v2

1 solution

I wish it was 42, but it's 5 (if inclusive), or 3 (if exclusive).
If you need the code, it is:
C#
using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
using System.Configuration;
using System.Data;

namespace ComplicatedMathsProblems
    {
    class Program
        {
        static void Main(string[] args)
            {
            Console.WriteLine("{0}", 1 + 1 + 1 + 1 + 1);
            }
        }
    }
 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900