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:
0.73 or 73%
Explanation:
Return on investment (ROI) shows the benefit an investor receives in relation to their invested amount. It is expressed as a ratio or a percentage of the net income against the investment's cost.
It is calculated using the formula below.
ROI = returns( profits)/ cost of investments.
For Lena, the cost of investment is $52,000( cost of the degree). The returns for one are the earnings in the year, which is $38,000.
ROI= $38,000/ $52,000
ROI =0.73 or 73%
Answer:
73,000 units
Explanation:
The computation of equivalent units for conversion costs is shown below:-
Equivalent units = Units transferred ÷ Finished goods + (Units in closing Work in progress × Percentage of completion)
= (8,000 + 69,000 - 5,000) + (5,000 × 20%)
= 72,000 + 1,000
= 73,000 units
Therefore for computing the Equivalent units we simply applied the above formula.