#include void print_hi(){ puts("There were 10 sheep under the trampoline in my yard this morning laying in the grass"); } double tax_calc(double amt){ return 1.06 * amt; }