Fill in the blanks: a) The double data type takes ____________ bytes for storage. b) ‟Hello” is a ___________ constant. c) The __________ keyword is used with the if statement to additionally specify what will happen if the condition is not true. d) %= is a _______________________ operator. e) a=a+1 can also be written as either ________ or __________.
Answers
Answered by
0
Answer:
1. The double data type takes 8 bytes bytes for storage.
2. "Hello" is a Literal constant.
3. The else keyword is used with the if statement to additionally specify what will happen if the condition is not true.
4. %= is a modulo operator
Answered by
0
Answer:
8 bytes
Literal
else
modulo
Similar questions