- 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
推薦閱讀
- Visual Basic程序開發(fā)(學(xué)習(xí)筆記)
- 看透JavaScript:原理、方法與實(shí)踐
- 基于差分進(jìn)化的優(yōu)化方法及應(yīng)用
- Expert Android Programming
- 正則表達(dá)式經(jīng)典實(shí)例(第2版)
- Rust Essentials(Second Edition)
- PLC編程與調(diào)試技術(shù)(松下系列)
- 執(zhí)劍而舞:用代碼創(chuàng)作藝術(shù)
- Mastering Xamarin.Forms(Second Edition)
- 基于ARM Cortex-M4F內(nèi)核的MSP432 MCU開發(fā)實(shí)踐
- Django 3.0應(yīng)用開發(fā)詳解
- 代替VBA!用Python輕松實(shí)現(xiàn)Excel編程
- 物聯(lián)網(wǎng)系統(tǒng)架構(gòu)設(shè)計(jì)與邊緣計(jì)算(原書第2版)
- Shopify Application Development
- Mastering OpenStack