Computer Science, asked by maity2500, 4 days ago

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 aniketaryan960
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 yash21082010
0

Answer:

8 bytes

Literal

else

modulo

Similar questions