Challenge: String Formatting Practice
Deslize para mostrar o menu
Task
Write the correct format specifiers to format the string based on the passed arguments in the Printf function.
index.go
123456package main import "fmt" func main() { fmt.Printf("___", 'm', 10, "Word", 7.99, true) }
Tudo estava claro?
Obrigado pelo seu feedback!
Seção 1. Capítulo 18
Pergunte à IA
Pergunte à IA
Pergunte o que quiser ou experimente uma das perguntas sugeridas para iniciar nosso bate-papo
Seção 1. Capítulo 18