Question: Preprocessor directives: Adefine CRT_SECURE_NO_WARNINGS // for Visual Studio compiler ragma warning(disable:6e31) //1gnore scanf warnings Uincludesstdio.h) //printf and scanf Aincludesctype. hs ///toupper and tolower Instructions -

 Preprocessor directives: Adefine CRT_SECURE_NO_WARNINGS // for Visual Studio compiler ragma warning(disable:6e31)
//1gnore scanf warnings Uincludesstdio.h) //printf and scanf Aincludesctype. hs ///toupper and tolower

Preprocessor directives: Adefine CRT_SECURE_NO_WARNINGS // for Visual Studio compiler ragma warning(disable:6e31) //1gnore scanf warnings Uincludesstdio.h) //printf and scanf Aincludesctype. hs ///toupper and tolower Instructions - For this assignment you will be implementing 4 programmer defined functions and one main function Be sure to use function prototypes above the main function and function definitions below the main function - The description of each function is in the comments below the function prototype. - Implement one function definition at a time. - To test the function, make a function call from the main function - Use the tolower and toupper functions from ctype.h //EXAMPLE: char newLetter = toupper(inputletter); - Type cast the characters to integers //EXMPLLE: int num - (int)newletter; Use the following programmer defined functions. DO NOT modify the Functions: void Greeting(void); I/display a welcome message void Initialpractice(void); I/declare, ask, and get a character 1/ display the lowercase version of the letter(character) and the numerical (Ascri) value /laisplay the uppercase version of the letter(character) and the nusorical (Ascii) value void Pounds Tokilograms (vold); 1/declare, ask and get the weight in pounds 1/ convert the pounds to kilograns // print both pounds and kilograms onto the screen Be sare to use fanction prototypes above the main function and function definitions belosy the mann function - The descrption of each function is in the comments below the fuaction prototype. - Implement one fisactiog definition at a time. - To test the function, make a function call from the main function - Use the tolower and toupper functions from ctype.h - Type cast the characters to integers frrayott, int fumt - (det)nentetter) Use the following programmer defined functions. DO NOT modify the Functions: wotd Creeting (wadd) : fidisplay a wricone nessage wodd Indeialpractice(veid); /ldeclart, ask, and get a character (faisplay the lowercase version of the letterfeharacter) and the numerical. (AsciI) valiee fidisplay the vppercase wersion of the Ietter(character) and the numerical (AScII) value void Roundstokilegrans (vold): ffdeclare, auk and get, the weight in pounds ffcomert the pounds to kilogrant ffurint both poonds and kilograms onita the screen void Xilegraws fopounds(veld): f/declare, ask and get the yelght in killograss ffcomert the killegrams te pounds R/print both ki Tograts and pounds onto the serneen

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!