variables Flashcards
what happened when you declaration a variable
the compiler reserve portion of main memory space large enough to hold a particular type of value and indicate the name
two pieces of information are used in the call to the println method
1-string
2-variable
when you change the value of the variable
is called assignment that means that assignment statement overwrites the old data ‘
constants
are to use English meaning of the words not variable their value doesn’t change
when naming a constant to distingiush them from regular variable
using upper case and seperate by _
PDA
personal digital assistenta
what is the role of 8 bits
the first bit to the sign
what happened if we put L at the end of the number
we mean that the type is long
what happened if we put F at the end of the statement
it means that the number is float
the difference between the number 607,”607is my data of birth day”
the first is number
the second is character
what is ASCII stand for
American standard code for information interchange
ASCII
upper case lower case . ; , digits 0-9 the space & \ |
if we put L in the end of the the number
that is mean that the number if LONG
if we put F in the end of the the number
it means that the number is float
ASCII
american standard code for inforamation interchange