creating a console application tht calculates the total amount of storage needed for a collection of image, executable, and system files.
File size will all be calculated all in Kilobytes and then converted into Megabytes in the output (1024 Kilobyte = 1 Megabyte)
IMAGE_FILES = 100 EXECUTABLE_FILES = 2048 SYSTEM_FILES = 20