Challenge: String Formatting Practice
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) }
Everything was clear?
Thanks for your feedback!
SectionΒ 2. ChapterΒ 8
Ask AI
Ask AI
Ask anything or try one of the suggested questions to begin our chat
Awesome!
Completion rate improved to 1.96
Challenge: String Formatting Practice
Swipe to show 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) }
Everything was clear?
Thanks for your feedback!
SectionΒ 2. ChapterΒ 8