Ask your own question, for FREE!
Computer Science 8 Online
lovememore:

Which symbol is not used to test a condition in a loop statement? != > = <=

sealake101:

so what do u think?

lovememore:

idk

lovememore:

thats's why I posted it on here

sealake101:

what ones do you know that are used for testing a condition in a loop statement

lovememore:

don't know i'm lost

lovememore:

<=

sealake101:

so a and d are correct

sealake101:

\(\color{#0cbb34}{\text{Originally Posted by}}\) @sealake101 so a and d are correct \(\color{#0cbb34}{\text{End of Quote}}\) well those are used to test a condition in a loop statement so out of b and c what would make more sense?

lovememore:

>

jimthompson5910:

`!=` means `not equal` `>` means `greater than` `=` means `assignment` (not to be confused with `==` which means `equality`) `<=` means `less than or equal to` You can use `>` as a way to test a condition in a for loop, so choice B is not the correct answer.

lovememore:

thanks but which one would it be.

lovememore:

and could you help me with another one

jimthompson5910:

You can also use `>=` as a symbol to test a condition in a for loop. Nearly all of these symbols are used to compare two values. Which one isn't a comparison symbol?

lovememore:

Which statement is not true about a variable name in Java? The name should start with a lowercase letter. The name should be meaningful. The name should not use a hump notation. The name should not contain keywords.

jimthompson5910:

Check out this site https://www.javatpoint.com/java-naming-conventions and it should help Focus on the section labeled "Variable"

Can't find your answer? Make a FREE account and ask your own questions, OR help others and earn volunteer hours!

Join our real-time social learning platform and learn together with your friends!
Can't find your answer? Make a FREE account and ask your own questions, OR help others and earn volunteer hours!

Join our real-time social learning platform and learn together with your friends!