You have two siblings, Josh and Cindy, and you want to find the average of your three ages. Write a program that takes your ages as integer values from standard input and stores them in the variables josh, cindy, and me, then prints the average of
Answers (1)