Create a structure called Struct1 with the following member variables: A short integer A long integer A string of 64 characters A double precision floating point variable Create a second structure called Struct2 with the following members A short integer Two long integers An instance of Struct1 Now