Ask Question
12 December, 04:41

Write a single statement that assigns avg_sales with the average of num_sales1, num_sales2, and num_sales3. Sample output for the given program: 5.0

+5
Answers (1)
  1. 12 December, 07:47
    0
    Double avg_sales = (num_sales1 + num_sales2 + num_sales3) / 3;
Know the Answer?
Not Sure About the Answer?
Find an answer to your question ✅ “Write a single statement that assigns avg_sales with the average of num_sales1, num_sales2, and num_sales3. Sample output for the given ...” in 📘 Computers and Technology if you're in doubt about the correctness of the answers or there's no answer, then try to use the smart search and find answers to the similar questions.
Search for Other Answers