- Go Machine Learning Projects
- Xuanyi Chew
- 105字
- 2021-06-10 18:46:32
Values
A value is what a program deals with. If you wrote a calculator program, then the values of the program are numbers. If you wrote a text search program, then the values are strings.
The programs we deal with nowadays as programmers are much more complicated than calculators. We deal with different types of values, ranging from number types (int, float64, and so on) to text (string).
A variable holds a value:
var a int = 1
The preceding line indicates that a is a variable that holds an int with the value 1. We've seen previous examples with the "Hello World" string.
推薦閱讀
- 32位嵌入式系統與SoC設計導論
- 中文版Photoshop CS5數碼照片處理完全自學一本通
- 面向STEM的mBlock智能機器人創新課程
- Div+CSS 3.0網頁布局案例精粹
- 21天學通PHP
- Circos Data Visualization How-to
- Hands-On Machine Learning on Google Cloud Platform
- Dreamweaver 8中文版商業案例精粹
- Windows XP中文版應用基礎
- Google App Inventor
- 智能工業報警系統
- Hybrid Cloud for Architects
- Windows Server 2003系統安全管理
- LAMP網站開發黃金組合Linux+Apache+MySQL+PHP
- 經典Java EE企業應用實戰