Challenge: String Formatting Practice
Scorri per mostrare il 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) }
Tutto è chiaro?
Grazie per i tuoi commenti!
Sezione 1. Capitolo 18
Chieda ad AI
Chieda ad AI
Chieda pure quello che desidera o provi una delle domande suggerite per iniziare la nostra conversazione
Sezione 1. Capitolo 18