Statements and Expressions: What’s The Difference? (Learn To Program With Huw)

Опубликовано: 10 Февраль 2025
на канале: Code With Huw
493
21

Programs are made up of lots of statements and expressions. So what exactly is a statement? And how a statement different from an expression? If you look them up on Wikipedia, you may be baffled by the pages of detailed explanations. Actually, in essence, it’s all really very simple. As I explain in this lesson.

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