Type of struct

Report a typo

Below you will see a declaration of the country struct. Find its fields that are public and accessible from other packages, if there are any. In case there are no such fields, select the last answer.

type country struct {
    Name       string
    Capital    string
    Language   string
    Currency   string
    Population int
}
Select one or more options from the list
___

Create a free account to access the full topic