Question: Need to finish programs 1 and 2 for my c for engineers class, using code blocks Chapter 08 Program Exercises 1) PE 08 01 (Strings

 Need to finish programs 1 and 2 for my c for Need to finish programs 1 and 2 for my c for engineers class, using code blocks

Chapter 08 Program Exercises 1) PE 08 01 (Strings in Uppercase and Lowercase) Define a string literal with char array original[se] and type any (acceptable) text you prefer in the string. Using only a for loop, copy the original string into a new string. Output the copied string in all uppercase characters, then all lowercase characters. Bonus(+5) Output the string using a random technique that you create to choose how to display each character (uppercase or lowercase) 2) PE 08 02 (Strings to Number Conversions) Prompt the user to enter three integers and three floating-point values between -1000 and 1000. Use a single string to read each integer data entry as a string, then convert the string to the proper data type. Display the sum and product of the three integers to the screen. Use a single string to read each floating-point data entry as a string, then convert the string to the proper data type. Display the sum and product of the floating-point numbers to the screen. Use as few variables as possible. (a) We have discussed several vulnerabilities to reading input strings- add a comment in your program that explains how a string can be used as an enhanced security measure to read input. (The comments will be graded). 3) PE 08 03 (ASCII Ch values of the ASCII Ch the character and integer hould include a loop that Page So2o1 33 t0 12 Qpro+ version specifiers Xc and I PracticeHw.06.pdf 06.pat PracticeHw 05.pdf 10 MacBook Air

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!