Write a program to accept the value of Apple sales for each day of the week (using an array of type float) and then, calculate the average sale of the week.
Write a program to accept the value of Apple sales for each day of the week (using an array of type float) and then, calculate the average sale of the week. import java.lang.*; import...

Recent Comments