Answer:
A. weekrep101
Explanation:
hope this worked and notice the update
Answer:
price float(price)
Explanation:
There are four basic type of data type use in the programming to declare the
variable.
1. int: it is used for integer values.
2. float: it is used for decimal values.
3. char: it is used for character values
4. Boolean: it is used for true or false.
in the question, the one option contain the data type float (price float(price)). So, it store the value in decimal.
price int(price): it store the value in integer.
price decimal(price): it is wrong declaration of variable. their is no data type in the programming which name is decimal.
price price(decimal): it is wrong declaration of variable. their is no data type in the programming which name is price.
Answer:
All of the above is the correct answer to the given question .
Explanation:
As the Ken olson is the Ken Olson, president of the Digital Equipment Organization . Following are the predictions of Ken olson of the the technology that are wrong.
- Lack of creativity regarding the current applications that the user has would consider for the technology.
- Lack of creativity regarding the user or the client has liking.
- Lack of creativity on what the government would be charging ford. Any of these
So we will choose the Option all these.
Answer:
The correct answer to the following question will be "Math.sqrt(area*2)".
Explanation:
- The Math.sqrt( ) method in JavaScript is used to find the squares root of the given figure provided to the feature as a variable.
- Syntax Math.sqrt(value) Variables: this function takes a single variable value that represents the amount whose square root is to be determined.
- The area of the figure is the number of squares needed to cover it entirely, like the tiles on the ground.
Area of the square = side times of the side.
Because each side of the square will be the same, the width of the square will only be one side.
Therefore, it would be the right answer.