Operators, Expressions and Statements - Day 1 - Part 12
- Posted: Nov 11, 2010 at 5:44 PM
- 28,195 Views
- 3 Comments
Loading User Information from Channel 9
Something went wrong getting user information from Channel 9
Loading User Information from MSDN
Something went wrong getting user information from MSDN
Loading Visual Studio Achievements
Something went wrong getting the Visual Studio Achievements
Right click “Save as…”
Much like human languages, programming languages have their own nouns, verbs, and other parts of speech. This video explains how operators and expressions are combined to create valid, well-formed statements that can be compiled and executed by the .NET Framework Runtime.
Comments have been closed since this content was published more than 30 days ago, but if you'd like to continue the conversation,
please create a new thread in our Forums,
or
Contact Us and let us know.
Follow the Discussion
Oops, something didn't work.
What does this mean?
Following an item on Channel 9 allows you to watch for new content and comments that you are interested in. You need to be signed in to Channel 9 to use this feature.What does this mean?
Following an item on Channel 9 allows you to watch for new content and comments that you are interested in and view them all on your notifications page.sign up for email notifications?
LOL the red boat!
Does C# use the modulus operator %?
@Mintydog: yup.
The video overlay at 2:40 has only one "=" symbol. It should be "==".
At 5:22 the overlay has the expression "if (x > y) && (a > b)". It should be "if ((x > y) && (a > b))".
The same goes for the overlay involving logical Or at 5:33.
Finally, the Not-equal operator != should have been mentioned in my opinion.
Remove this comment
Remove this thread
close