Question: Save makefile - double . 2 . Add the following include statement at the top of your program: #include getdouble.h 3 . Define and

Save makefile-double.2. Add the following include statement at the top of your program: #include "getdouble.h"3. Define and use at least 1 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.4. Useatleast1puts()functioncall.It is up to you what you want to print using puts().5. Use int for all numeric variable types, this will make the calculations and output simpler.6. Output a message telling the user what this program does.7. Ask the user to enter their birth year.8. Usethecustomgetdouble()functiontogetthebirthyearandstoretheyearinanintvariable.Typecast 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 blur-text-image
Question Has Been Solved by an Expert!

Get step-by-step solutions from verified subject matter experts

Step: 2 Unlock
Step: 3 Unlock

Students Have Also Explored These Related Databases Questions!