A file named Description.txt contains unknown number of metal sheets dimensions and description (maximum no. of records is 30). Each line in the file consists of Metal sheet name (string), width (float), length (float) and height (float). Write a program that reads the data from the file into 4 parallel arrays. Your program should calculate and display the following (see screen output): The number of Metal sheets in the file. The average length for all metal sheets. Metal sheets information (Metal sheet name and volume) for all items in the file. The volume is equal to width x length x height. The metal sheet name with smallest volume.

Programming with Microsoft Visual Basic 2017
8th Edition
ISBN:9781337102124
Author:Diane Zak
Publisher:Diane Zak
Chapter8: Arrays
Section: Chapter Questions
Problem 4E
icon
Related questions
Question
Write the programme
A file named Description.txt contains unknown number of metal sheets dimensions and
description (maximum no. of records is 30). Each line in the file consists of Metal sheet name
(string), width (float), length (float) and height (float). Write a program that reads the data
from the file into 4 parallel arrays. Your program should calculate and display the following
(see screen output):
• The number of Metal sheets in the file.
• The average length for all metal sheets.
Metal sheets information (Metal sheet name and volume) for all items in the file. The
volume is equal to width x length x height.
The metal sheet name with smallest volume.
Transcribed Image Text:A file named Description.txt contains unknown number of metal sheets dimensions and description (maximum no. of records is 30). Each line in the file consists of Metal sheet name (string), width (float), length (float) and height (float). Write a program that reads the data from the file into 4 parallel arrays. Your program should calculate and display the following (see screen output): • The number of Metal sheets in the file. • The average length for all metal sheets. Metal sheets information (Metal sheet name and volume) for all items in the file. The volume is equal to width x length x height. The metal sheet name with smallest volume.
Expert Solution
steps

Step by step

Solved in 3 steps with 2 images

Blurred answer
Knowledge Booster
Binary numbers
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
Programming with Microsoft Visual Basic 2017
Programming with Microsoft Visual Basic 2017
Computer Science
ISBN:
9781337102124
Author:
Diane Zak
Publisher:
Cengage Learning
C++ for Engineers and Scientists
C++ for Engineers and Scientists
Computer Science
ISBN:
9781133187844
Author:
Bronson, Gary J.
Publisher:
Course Technology Ptr