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) }
Oliko kaikki selvää?
Kiitos palautteestasi!
Osio 2. Luku 8
Kysy tekoälyä
Kysy tekoälyä
Kysy mitä tahansa tai kokeile jotakin ehdotetuista kysymyksistä aloittaaksesi keskustelumme
Awesome!
Completion rate improved to 1.96
Challenge: String Formatting Practice
Pyyhkäise näyttääksesi valikon
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) }
Oliko kaikki selvää?
Kiitos palautteestasi!
Osio 2. Luku 8