Como eu faço uma FUNÇÃO para calcular a média de 3 números?

Fiz esse programa que calcula a média, mas o professor disse que tinha que usar uma função.
int main(){
float a, b, c;
scanf("%f" , &a);
scanf("%f" , &b);
scanf("%f" , &c);
float x = (a + b + c)/3;
printf("Media: %.2f" , x);
return 0;
}
Please enter comments
Please enter your name.
Please enter the correct email address.
You must agree before submitting.

Lista de comentários


Helpful Social

Copyright © 2024 ELIBRARY.TIPS - All rights reserved.