Formatting string type and character type

Report a typo

What will be the output of the following code snippet?

x := "Golang"
y := "12"
fmt.Printf("Do you know that %s is more than %s years old", x, y)
Select one option from the list
___

Create a free account to access the full topic