I think it’s True I’m not for sure
-TwoTime-
Answer:
Numeric variables <em>have data values that are recognized as numbers</em> hence they can be sorted numerically or entered into arithmetic calculations.
Two types of numerical variables are: interval and ratio.
-An interval variable has values whose differences are interpretable but it does not have a true zero.
-A ratio variable is a variable with the features of interval variable and, additionally, whose any two values have meaningful ratio, making the operations of multiplication and division meaningful.
Explanation:
I think storm surges cause fro means world "earth" so a storm surge is like a flood SO plates would cause earth quakes and stuff
Answer:
In the given statement last line i.e, "The value of g[ 3 ] is -1" is the correct answer.
Explanation:
In the given statement an integer array g is declared, in the next line the size of the array, that is "23" is initialized, in which last option, that is g[3] is equal to -1 is correct, because array indexing always starts with 0, in this array it store integer value, and the wrong option can be described as follows:
- It is wrong because it is not a reference array.
- In a second array, it initializes the value.
- The g is an array name.