Computer Science, asked by aayanshgupta2011, 3 months ago

Fill in the blanks:

a) In case of strings ______ symbol acts as a concatenation operator.

b) ______ operator works on three operands.

c) Division by zero causes a ____________ error.

d) Fall through occurs when ______ is absent.

e) ____ is an entry cotrolled loop.

f) ________ is the default package which is imported.

g) True or False values are accepted by _______ datatype.

h) ______ is an exit controlled loop.

i) _______ datatype is used to store one letter.

j) _________ is a fundamental datatype that stores only whole numbers​

Answers

Answered by ғɪɴɴвαłσℜ
2

Fill in the blanks :-

a) In case of strings ______ symbol acts as a concatenation operator.

\sf{\large{\green{Ampersand}}}

b) ______ operator works on three operands.

\sf{\large{\green{Conditional}}}

c) Division by zero causes a ____________ error.

\sf{\large{\green{Runtime\:errors}}}

d) Fall through occurs when ______ is absent.

\sf{\large{\green{Break\:statement}}}

e) ____ is an entry cotrolled loop.

\sf{\large{\green{Pre-checking\:loop}}}

f) ________ is the default package which is imported.

\sf{\large{\green{Java\:compiler\:imports}}}

g) True or False values are accepted by _______ datatype.

\sf{\large{\green{Boolean\:data\:type}}}

h) ______ is an exit controlled loop.

\sf{\large{\green{Post\:checking\:loop}}}

i) _______ datatype is used to store one letter.

\sf{\large{\green{Char}}}

j) _________ is a fundamental datatype that stores only whole numbers

\sf{\large{\green{int }}}

______________________________________

Similar questions