104k views
3 votes
6. Choose the TWO conditions that could be used for an IF-statement, without a compile-time error. Assume variable str is a String type variable. Assume double-quotes indicate String values.

6. Choose the TWO conditions that could be used for an IF-statement, without a compile-example-1
User Asymptote
by
7.9k points

1 Answer

3 votes

Answer:

  1. 4 ==5
  2. "six"== 6

Step-by-step explanation:

User Sokol
by
8.0k points