Question: 1) In C programing A) Create a function: void ReverseIt( void ) In the function, input 5 floating point values. Print them out in reverse
1) In C programing
A) Create a function: void ReverseIt( void ) In the function, input 5 floating point values. Print them out in reverse order to that in which they were entered Save the values to a file first in the order they were entered and in reverse order
B) Create a function: void ReverseItAgain( void ) This function should open the file that was saved in (D), read the values and prints them all out.
C) Create a function: void Pyramid( int lines ) This function should print to the both the screen and to a file a pyramid of * Example: lines = 5 ....*.... ...***... ..*****.. .*******. ********* Take the number of lines as input from the user. Test with various values for lines
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
