RANK.AVG function
This function in Excel helps return the statistical rank of a specific value within a list of numbers. The statistical rank is calculated by arranging the number usually, in a descending way and then assigning a position to each value in a list.
Yes, but under the given terms of service
Answer:
C. Infinite loop
Explanation:
num will be printed continuously since it will always be bigger than
(
is greater than
, satisfying the condition num > 0) making it an infinite loop since it will go on forever.
Hope this helps :)