What is the expected total cost for one year at the local community college if Kirk lives at home?
Answer: $6845
What is the expected total cost for one year at the out-of-state school if Kirk lives on campus?
Answer: $30,566
Answer:
Multiply(m,n)
1. Initialize product=0.
2. for i=1 to n
3. product = product +m.
4. Output product.
Explanation:
Here we take the variable "product" to store the result m×n. And in this algorithm we find m×n by adding m, n times.
=if(c5≥h18,(c5),(k5))
we will use if function to check the validity of function
we will first write the condition and then we will write the value if condition goes true otherwise if condition does not go true we will write false and function will return value in k5 cell which we have provided in the formula.
Answer:
Se explaination
Explanation:
/Declaring variables
integer currentPrice
integer lastMonthPrice
integer changeLastMonth
float mortagage
//Reading input
currentPrice = Get next input
lastMonthPrice = Get next input
//Calculating price change
changeLastMonth = currentPrice - lastMonthPrice
//Calculating mortagage
mortagage = (currentPrice * 0.051) / 12
//Printing output
Put "This house is $" to output
Put currentPrice to output
Put "\nThe change is $" to output
Put changeLastMonth to output
Put " since last month." to output
Put "\nThe estimated monthly mortgage is $" to output
Put mortagage to output
Hello, Paper, types of data that Michelle can enter into a cell is,
• Data – values, usually numbers but can be letters or a combination of both.
• Labels – headings and descriptions to make the spreadsheet easier to understand.
• Formulas – calculations that update automatically if referenced data changes.
Hope this helped!