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) }
Var alt klart?
Tak for dine kommentarer!
Sektion 2. Kapitel 8
Spørg AI
Spørg AI
Spørg om hvad som helst eller prøv et af de foreslåede spørgsmål for at starte vores chat
Awesome!
Completion rate improved to 1.96
Challenge: String Formatting Practice
Stryg for at vise menuen
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) }
Var alt klart?
Tak for dine kommentarer!
Sektion 2. Kapitel 8