JAVA Tutorial II – Data Types, Scanners, and Java Math (Part I)
Understanding Data Types is a necessity to be learned whenever learning a programming language. As stated in this tutorial, there are 6 major data types. But we’ll cover only 4 of them; Double, Float, Int, and Char. I...