package main import ( "fmt" ) func main() { var numberOfDice float32 fmt.Scan(&numberOfDice) fmt.Print(numberOfDice * 3.5) }