I need answers to 1 2 What is the correct output of the cod
I need answers to 1. & 2.
What is the correct output of the code below? Indicate only the output on the screen. \"include using namespace std; int main() {double totalCostItem = 75.82; double itemNumbers = 10.0; double averageCost = (totalCostItem/itemNumbers); char initial = \'K\'; coutSolution
Question 1:
Answer:
My first initial is: K
My last initial is: M
The average cost is 7.582
Question 2:
Answer:
a = 4 b = 13
c = -9
