Scientific notation means the number is represented as being greater or equal to one but less than 10. So for 103: 103 = 10.3 x 10 [still greater than 1 but not less than 10] = 1.03 x 102 [greater than or equal to one? Check. Less than 10? Check] So, 103 in scientific notation is: 1.03 x 102
10
2
10
A number can't be both less than 5 and greater than 10.
No, it is less than 10 and 100.
3
-10 is 110 less than 100.
5
it is less than 59
5000 will be greater and -5000 will be less than.
x=10; y=10; if (x >= 10 y >= 10) { //dostuff } OR: AND: && greater than: > greater than or equals to: >= less than: < less than or equal to: <= equals: NOT: !