Answer:
The program in Python is as follows:
total = 0
count = 0
for i in range(8):
num = float(input())
if num < 10.5:
total+=num
count+=1
print("Average: ",total/count)
Explanation:
This initializes the total to 0
total = 0
This initializes the count to 0
count = 0
This loop is executed 8 times
for i in range(8):
This request for float number
num = float(input())
If input is less than 10.5
if num < 10.5:
The sum is taken
total+=num
And count is incremented by 1
count+=1
The loop ends here
This calculates and prints the average
print("Average: ",total/count)
You can do a factory reset of the computer or you can manually go through the files. You can also ask an online assistant to remove the files for you. Normally, a factory reset does the trick, but it deletes EVERYTHING so be sure to back up any files you might need when factory resetting.
Answer:
Answer is provided in the explanation section
Explanation:
Return on assets (ROA) is a ratio of profit that gives insights to the manager how much profit the company earns from its assets. ROA measures the efficiency of the company in generating a profit by using human resources or assets. The higher number of ROA shows the efficient performance of the company is in generating profits and managing the balance sheets.
Formula: Return on Assets = Net Income / Total Assets
EXCEL: If you have the balance sheet and income statement of each firm then you can calculate ROA in excel:
• Take the value of net profit after tax from the income Statement of each firm.
• Take the value of Total Assets from the balance sheet of each firm.
• Divide net profit value with total assets value and get ROA value of each firm.
• Applying the above formula of ROA value for each firm on B37, C37, D37, and E37 cells and place % symbols after value.