Question: In addition to outputting ( or not ) the input file s characters to the output file, count the number of characters from the input

In addition to outputting (or not) the input files characters to the output file, count the number of
characters from the input file (as you input them) and the number of characters sent to the output
file. After exiting the loop controlling the character-by-character input/output, close both files,
compute the fraction of size that the output file is of the input file (see below) and then output a
report using printf statements detailing the following:
name and size (number of characters) of input file
name and size of output file
percent difference (output files size / input files size *100) as
a floating-point value with 2 decimal points of accuracy
if the output file has more than 280 characters, a message that the file (by name) cannot be
tweeted
The output should be formatted so that the file names, sizes and the percent difference line up.

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!