Skip to content

Evavic44/learn-java

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Primitive Data Types

Data Type Bits Range
byte 8 bit integer -128 to 127
short 16 bits integer -32,768 to 32,767
int 32 bits integer -2³¹ to 2³¹ - 1
long 64 bits integer -2⁶³ to 2⁶³ - 1
float 32 bits floating point number 10³⁸
double 64 bits floating point number ±4.9e-324 to ±1.8e+308

About

Code files for my assignments and projects for CS1102 Intro to Java

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages