average tag

2 questions


1 answers
118 views
0
I have a question about Java input "T"

Java coding is not working well

1 years ago

1 answers
139 views
0
Find the mean of the numbers in the list (using for statements)

You want to average the prices in the fruit list!I even extracted the price from the listI think I can use the sum, but it's stuck.fruit = [Apple, 1020] [Orange, 880] [Grape, 3160]sum=0for i in fruit:...

1 years ago

© 2024 OneMinuteCode. All rights reserved.