This is a assignment program Read a list of values from a text file Use substring to select some letters from a text value the comments in the code are minimal, refer to previous projects constructs used
file handling
data structure
• string array
control structure
input requirements
Sample data from file, file names including the file type extension
output requirements
display all domains and the length of the domains
display first two characters only for all domains
display last four characters only for all domains
display the full domain name of .com domains only
display the full domain name of domains which have exactly 3 letters after the dot
(how can you identify them?)
design: main steps
you will have to refer to the previous tasks for refinements for each main step
code: repl project