Power from C# Interactive

Another week, another Math Lesson.

Here to answer:

What’s the Power of 2²⁴

I’m using C# on C# interactive (Visual Studio)
using the code

Math.Pow(2, 24);

And the result is: 16777216

image

PS: Not gonna lie, I’m panic a bit on why my result wasn’t the same as on the video so I try to find out why and well it’s something about E notation and I guess I’m not there yet.
Regardless I had look up on how to show a result with E notation and reupload a screenshot.

Great work!
We cover scientific notion later on in this section, so it should all become clear once you’ve made it to that lecture.

1 Like

Privacy & Terms