Exercises
摘要
Write a program that defines a simple structure called Person. The structure has the char*, int, and double fields. Declare a variable of this structure type inside the main and assign values to each member field. Print out the values: