Simple_File_Storage_Calculator

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)

Only calculates file size as follows

IMAGE_FILES = 100 EXECUTABLE_FILES = 2048 SYSTEM_FILES = 20