Computer Science, asked by dk332134, 4 months ago

Fill in the blanks using the given words.
keywords, &&, String ,comment, %
1.
__________operator is used to find the remainder in Java.
2.
___________constants are the sequence of characters stored as single unit.
3. Public, void, int, if, println, etc. are reserved__________
of Java language.
4.
__________operator joins two conditions such that it returns true when both expressions
are true.
5. If you want to block the execution of one whole line, you can use a______________​

Answers

Answered by NerdsKlub
2

Answer:

1 - %

2 - STRING

3 - KEYWORDS

4 - &&

5 - COMMENT

VERY EASY

Answered by amansarrafas24payxgs
0

Answer:

1. %

2. String

3. Keywords

4. &&

5. Comment

Similar questions