My Answer in C# VS code

Hello everyone!

Here it is! fun challenge

static void Main(string[] args)
        {
            double calculation;
            calculation = Math.Pow(2, 24);
            Console.WriteLine(calculation.ToString());
        }

image

Cheers

1 Like

Great job :clap:

Privacy & Terms