Question: Save makefile - double . 2 . Add the following include statement at the top of your program: #include getdouble.h 3 . Define and
Save makefiledouble Add the following include statement at the top of your program: #include "getdouble.h Define and use at least symbolic constant with #defineIt is up to you to decide what you want to be a constant. You may need to come back to this bullet later UseatleastputsfunctioncallIt is up to you what you want to print using puts Use int for all numeric variable types, this will make the calculations and output simpler Output a message telling the user what this program does Ask the user to enter their birth year UsethecustomgetdoublefunctiontogetthebirthyearandstoretheyearinanintvariableTypecast the return value to store it in an int variable. For example:birthYear int getdouble;
Step by Step Solution
There are 3 Steps involved in it
1 Expert Approved Answer
Step: 1 Unlock
Question Has Been Solved by an Expert!
Get step-by-step solutions from verified subject matter experts
Step: 2 Unlock
Step: 3 Unlock
