Building an Exponent Method | C# | Tutorial 21

preview_player
Показать описание

Throughout the course we'll be looking at various topics including variables, arrays, getting user input, loops, conditionals, object orientation and much more.
Рекомендации по теме
Комментарии
Автор

Hello! Could you please include keyboard shortcuts for special characters in your videos? Somewhere in the corner so they don´t get in the way. I know they can be googled, but I think that having them directly in a video would help the video flow more fluidly with less interruptions and provide better focus on a video itself. And thank you, these are some of the best videos on progrramming I have found so far.

fotoreportaze
Автор

I couldn't understand the loop for how( for i=1 result = 1*baseNum, for i=2 result = 2*basenum How we would reach result = basenum^pownum???

kkwstaseidikospaidagwgos
Автор

But how would I make an exponent method that works with a decimal as the powNum?!.

thedude
Автор

Hello Mike. I have been following your outstanding tutorials and learning a great deal in a very short space of time. This is of course due to your great ability to explain things, especially demonstrating code in easy to grasp context. Very easy to understand and very relatable :)
I did search you on "Udemy" for complete courses, even on advanced C# topics, but I couldn't find anything there nor on your website.
Do you have complete courses somewhere accessible? If you don't, I am a willing candidate to pay for it and take it.
BR Cheikh

cheikhwely
Автор

I wrote down them exactly the same, but it says "Invalid expression term '<'

spyroelpolyglot
Автор

Hey you should make more videos on only this topic, negative power & fractional power

vidhikaushik
Автор

You can use (double) data type instead of (int) to let you put decimals

joecloud
Автор

please stay to the topic. I was here to learns methods in details and you ended up explaining for loop in whole video. This video was supposed to be explaining how to use method not for loop.

niranjanwagh