Posts by Matheus Henrique • 33 points
1 post
-
3
votes1
answer1363
viewsQ: Pass data from a struct within the function
I’m doing a college job where I have a separate function that gets two values (WEIGHT and HEIGHT) and returns the BMI. I have tbm a struct called STUDENT where is stored weight and height and a…