Question
Please Write the program in standard C and it should work on any IDE. Here, the user provides an array of characters that the programmer
Please Write the program in standard C and it should work on any IDE.
Here, the user provides an array of characters that the programmer will show in an X pattern. The array can only be 1-9 characters long but can be any characters the user chooses. Again, see example below
Input ! @ # $ Output
! ! @ @ # # $ # # @ @ ! !
The characters will be stored in lines in an input file. Your input file is cp2.txt. You will read in the characters from the input file the characters will be separated by white space. An example of an input file is below (the first line has 3 characters, so your output X will consist of those three characters, the 2nd line has four characters, so your output X will consist of those four characters):
2 e 1
! @ # $
Step by Step Solution
There are 3 Steps involved in it
Step: 1
Get Instant Access to Expert-Tailored Solutions
See step-by-step solutions with expert insights and AI powered tools for academic success
Step: 2
Step: 3
Ace Your Homework with AI
Get the answers you need in no time with our AI-driven, step-by-step assistance
Get Started