A file contains a list of telephone number in following form.        Aman         23456        Raj           567854        …..          ………. Assume 10 such entries.   Name contains only one word and name and telephone number are separated by 5 white spaces. Write a program to read the file and output the list in two columns. Name should be left justified and number should be right justified. use c++ only

C++ for Engineers and Scientists
4th Edition
ISBN:9781133187844
Author:Bronson, Gary J.
Publisher:Bronson, Gary J.
Chapter8: I/o Streams And Data Files
Section: Chapter Questions
Problem 9PP: (Inventory) Create an ASCII file with the following data, or use the shipped.dat file available on...
icon
Related questions
Question

A file contains a list of telephone number in following form.

       Aman         23456

       Raj           567854

       …..          ……….

Assume 10 such entries.

  Name contains only one word and name and telephone number are separated by 5 white spaces.

Write a program to read the file and output the list in two columns. Name should be left justified and number should be right justified.

use c++ only

Expert Solution
steps

Step by step

Solved in 3 steps with 2 images

Blurred answer
Knowledge Booster
File Input and Output Operations
Learn more about
Need a deep-dive on the concept behind this application? Look no further. Learn more about this topic, computer-science and related others by exploring similar questions and additional content below.
Similar questions
  • SEE MORE QUESTIONS
Recommended textbooks for you
C++ for Engineers and Scientists
C++ for Engineers and Scientists
Computer Science
ISBN:
9781133187844
Author:
Bronson, Gary J.
Publisher:
Course Technology Ptr