//The following line allows your program to access the functions in the standard library for inoput and output #include //The following line allows your program to access the functions in the standard math library #include int main(void) { //Your code goes here between the curly brackets }