fmt.printf () go
currentAge := 21
fmt.Printf("Age = %d", currentAge)
SAMER SAEID
currentAge := 21
fmt.Printf("Age = %d", currentAge)