- Learning C# 7 By Developing Games with Unity 2017(Third Edition)
- Micael DaGra?a Greg Lukosek
- 100字
- 2021-07-02 19:59:37
Declaration
To create a new variable, we first need to declare it by saying what type of variable it is, and as we explored before, a variable type represents the content. This means that the content for the myNumber variable is a number. The keyword for whole number variables in C# is int and for different types of content, we assign a different keyword. We also have to give our variable a name; myNumber is fine for now. You can use any name you want, as long as it does not contain spaces or special characters.
推薦閱讀
- JavaScript百煉成仙
- Objective-C應用開發全程實錄
- 人臉識別原理及算法:動態人臉識別系統研究
- Java Web開發技術教程
- PhoneGap:Beginner's Guide(Third Edition)
- RISC-V體系結構編程與實踐(第2版)
- INSTANT Adobe Edge Inspect Starter
- Learning Node.js for .NET Developers
- ASP.NET 4.0 Web程序設計
- MongoDB Cookbook(Second Edition)
- Python預測之美:數據分析與算法實戰(雙色)
- 實戰Python網絡爬蟲
- After Effects CC案例設計與經典插件(視頻教學版)
- Joomla!Search Engine Optimization
- Implementing Splunk(Second Edition)