- 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 Scala Programming
- Learning Java Functional Programming
- LabVIEW Graphical Programming Cookbook
- Java加密與解密的藝術
- WebRTC技術詳解:從0到1構建多人視頻會議系統
- 從Java到Web程序設計教程
- 劍指大數據:企業級數據倉庫項目實戰(在線教育版)
- Linux Shell核心編程指南
- C語言程序設計
- 微信小程序開發實戰:設計·運營·變現(圖解案例版)
- IDA Pro權威指南(第2版)
- 從零開始學UI:概念解析、實戰提高、突破規則
- ANSYS FLUENT 16.0超級學習手冊
- C++從零開始學(視頻教學版)(第2版)
- 軟件自動化測試實戰解析:基于Python3編程語言