Need help wrinting program that uses functions to compute various math values

Status
Not open for further replies.

Thread Starter

HCN1996

Joined Nov 29, 2015
25
View attachment 104082 View attachment 104073 View attachment 104075 Im a little confused as to what my teacher means when she says that my main cannot process anything. Does that mean that I cannot do if statements or loops in my main? Im not sure how to set up my functions because main has to be the one that opens the file. How do I access the file in other functions? Thanks for your time.

Moderators note: It is NOT NICE to remove the text and images, as it will make the thread useless for further reference.
 
Last edited by a moderator:

DGElder

Joined Apr 3, 2016
351
It's been a long time since I did any programing in C, but don't your functions and main() need to be enclosed in brackets?
 
Status
Not open for further replies.
Top