Step by step explanation:
Statement to be written in cell B10 :
IF ( B9 >= 350000
, 35000, 1000)
Formula:
IF ( logical_test , [value_if_true] , [value_if_false] )
logical_test = Net Profit After Tax (cell B9)
value_if_true = 35000
(if the Net Profit After Tax (cell B9) is greater than or equal to 350000)
value_if_false = 1000
(if the Net Profit After Tax (cell B9) is lesser than 350000)
Choices for the question are not given to select from, but the answer is obvious and unique so it is given below.
Answer:
border-color: grey, black, black, grey;
Explanation:
For making the colored borders on a web page, the property border-color of used. It has 1 to 4 elements/values (as needed) to color the borders. The order of the borders (elements) is given below:
- top
- right
- bottom
- left
Now as explained above these elements can also be three instead of four displaying the colors of first three sides that are top, right and bottom.
Similarly, when one or two elements will be given the color of respective borders will be changed.
Note:
We should first set the border-style (design) property then move towards the color property.
i hope it will help you!
Answer:
C and G
Explanation:
In C language, the asterisks, ' * ', and the ampersand, ' & ', are used to create pointers and references to pointers respectively. The asterisks are used with unique identifiers to declare a pointer to a variable location in memory, while the ampersand is always placed before a variable name as an r_value to the pointer declared.
<span>Level : 1,2,3,4,5,6,7,8,9,10,11,12
Gems : 13 to 123
We have to increase from 13 to 123 over a span of 11 levels.
That's an increase of 110 over 11 levels.
110 / 11 = 10
So we go up 10 gems each level
Level : 1,2,3,4,5,6,7,8,9,10,11,12
Gems : 13 23 33 43 53 63 73 83 93 103 113 123</span>
Answer:
The answer is "Option d"
Explanation:
Description to this query can be defined as follows:
- All of the three (User location, Location modifier, and viewport) are used to identify range demotions.
- The Viewport, the new user location in Houston, is a McDonald's address query, where the user looks for the exact location of McDonald's in the area of Austin.
- The location modifier and viewport are used to calculate the distance of the demotions Client position.