NickCamryn8873 NickCamryn8873 02-03-2020 Computers and Technology contestada Given the declarations struct BrandInfo { string company; string model; }; struct DiskType { BrandInfo brand; float capacity; }; DiskType myDisk; what is the type of myDisk.brand?