Functions and Arguments (Learn To Program With Huw)

Опубликовано: 30 Сентябрь 2024
на канале: Code With Huw
307
20

Functions are the building blocks of computer programs. In this lesson I explain how are declared and used in C-like languages such as C# and Java as well as in other languages such as Pascal. I also explain how to declare named parameters and send bits of data (arguments) to functions, matching those parameters.

Be sure to bookmark the course playlist and subscribe to the Code With Huw Channel.
Course Playlist:    • Learn To Program With Huw (Complete C...  

I have spent over 40 years programming, teaching other people to program, writing programming books and working as a software developer. In this course, I aim to distil the knowledge that I’ve gained to help you to understand the art and science of computer programming.

PROGRAMMING BOOKS
====================
If you want to learn C# and Java programming in more depth (and also support this channel!) you might think of buying one of my books. I have written books on C programming, Object Pascal (Delphi), Ruby and other languages. If you want to follow this course using Java, you may find my Java book useful:

The Little Book Of Java Programming
Amazon (US) https://amzn.to/2R7tpwF
Amazon (UK) https://amzn.to/39Fc6cC

If you are following the course using C#, I recommend this book:

The Little Book Of C# Programming
Amazon (US) https://amzn.to/2JWDI0o
Amazon (UK) https://amzn.to/2YaCPtS

Good luck! And good programming!
Huw