- Learn C# in 7 days
- Gaurav Aroraa
- 57字
- 2021-07-08 09:51:27
Expression statement
In an expression statement, the expression that is on the right-hand side evaluates results and assigns that result to the left-hand side variable. An expression statement could be an assignment, method invocation, or new object creation. This is the typical expression statement example:
Console.WriteLine($"Member name:{Name}"); var result = Num1 + Num2 * Num3 / Num4;
推薦閱讀
- DevOps:軟件架構(gòu)師行動(dòng)指南
- Java逍遙游記
- Spring Cloud Alibaba核心技術(shù)與實(shí)戰(zhàn)案例
- R語言經(jīng)典實(shí)例(原書第2版)
- JavaScript 網(wǎng)頁編程從入門到精通 (清華社"視頻大講堂"大系·網(wǎng)絡(luò)開發(fā)視頻大講堂)
- Visual C++串口通信技術(shù)詳解(第2版)
- 深入淺出PostgreSQL
- Selenium Testing Tools Cookbook(Second Edition)
- Spring MVC+MyBatis開發(fā)從入門到項(xiàng)目實(shí)踐(超值版)
- Visual FoxPro 6.0程序設(shè)計(jì)
- Arduino可穿戴設(shè)備開發(fā)
- Vue.js光速入門及企業(yè)項(xiàng)目開發(fā)實(shí)戰(zhàn)
- Yii2 By Example
- Python數(shù)據(jù)預(yù)處理技術(shù)與實(shí)踐
- JBoss AS 7 Development