Actually the quartile represents in what rank or order the
team is when all the goals per team is arranged in ascending order. So for
example since the team is on the first quartile, so this means it is on the 25%
of the ranking. Hence we can say that:
“the team scored fewer goals per game
than 75% of the teams in the league”
Answer:
// Program is implemented using Coral Programming Language
int X
int Y
int Sum
Put "Enter any two numbers" to output
x = Get next input
Y = Get next input
if Y < X
Put "Second integer can't be less than the first" to output
else
for Sum = X; Sum <= Y; Sum = Sum + 10
Put Sum to output
Explanation:
The above program is written using Coral Programming Language
The first line is a comment
The next 3 lines declares 3 integer variables
Which are X, Y and Sum
X and Y represent the two input numbers as seen on line 6 and 7
X, being the first and Y being the second
Line 8 tests the larger of the two numbers
If Y is less than X, the output is "Second integer can't be less than the first" without the quotes
Else
The last two lines perform iterative operations that assigns the addition of 10 and X to Sum
It continues printing sum as long as sum is less than the value of Y.
Answer:
The best place to get information about the transaction is the general journal.
Explanation:
The best place for the manager to get information about the transaction is the general journal.
The journal in accounting is a record of financial transactions in order by date. The general journal is a day book that records transactions as it relates to adjustment entries, opening stock, accounting errors. Entries in general journal includes dates and explanation of transaction called narration.
The manager can find out if he paid fully for the transaction by going through the narration in the general journal.
Answer: The correct answer is " in order A, B, C and D".
Explanation: The sequence of letters that represents the correct order of the four steps in the user needs analysis process is:
- Understand the organization's goals.
- Identify sources of information.
- Investigate alternatives to the current system.
- Make a build-versus-buy decision.
Answer:
Net income= 561,506.25
Explanation:
Giving the following information:
sales of $1.67 million, cost of goods sold of $810,800, depreciation expenses of $175,000, and interest expenses of $89,575.
Tax= 35 percent
We need to determine the net income.
Sales= 1,670,000
COGS= (810,800)
Gross profit= 859,200
Depresiation= (175,000)
Interest= (89,575)
EBT= 594,625
Tax= (594,625*0.35)= (208,118.75)
Depreciation= 175,000
Net income= 561,506.25