Question :
Suppose you want to back up a huge file to a CD-R. You can do this by splitting the file into smaller pieces and backup up those pieces separately.
Write a utility program named FileSplitter that splits a large file into smaller ones.
Develop a GUI interface to select the file and the number of smaller files for splitting it up. Below is an example of what such a GUI display might include.