- Java Programming for Beginners
- Mark Lassoff
- 105字
- 2021-07-02 15:22:44
Understanding Typed Variables
To create even modest Java programs, we're going to need a way to store and manipulate information. Our chief resource, when doing this, is the variable, and that's what we're going to take a look at in this chapter. We'll look at the different data types in Java and how to use them in our programs. We'll also see the Math class library and one of its functions.
Specifically, we'll walk through the following topics:
- Introduction to variables and why they're needed
- Integer variables
- Floating-point variables
- The Math class library and its pow() function
- Character variables
- The String class and its methods
推薦閱讀
- Learning LibGDX Game Development(Second Edition)
- 數據庫程序員面試筆試真題與解析
- What's New in TensorFlow 2.0
- LabVIEW2018中文版 虛擬儀器程序設計自學手冊
- Java完全自學教程
- Software Testing using Visual Studio 2012
- INSTANT CakePHP Starter
- HTML5游戲開發案例教程
- Securing WebLogic Server 12c
- Learning Data Mining with R
- WordPress 4.0 Site Blueprints(Second Edition)
- Hands-On Nuxt.js Web Development
- Clean Code in C#
- MongoDB Cookbook(Second Edition)
- Practical Predictive Analytics