package main import( "fmt" ) func main() { var x =0 fmt.Scanf("%d",&x) for x>0{ fmt.Println("Ferhat"); x-- } fmt.Println("x'in degeri",x) }