//Welcome to the BullCow Word game
// explain the rules
// Print “Please press “Enter””
// HealthCheck(Health)
//if(Health <= 0)
// Print (Death msg)
// Game()
//else
//check each letter of the input against HiddenWord
//Print “number of bulls” << “number of cows”
// BullCowGame()
//Set the hidden word
//Check hidden word
//Give player word length
//FString PlayerGuess(request from player)
//if(PlayerGuess == HiddenWord)
//Print(“you win”)
//Health++
//BullCowGame
//else
//HealthCheck(–Health)
//Game()
//Print “do you want to play”
//Print “yes/no answer only”
//FString Play?(Player input)
//if (Play? == yes )
//int PlayerHealth(5)
//Healthcheck(PlayerHealth)
//BullCowGame
//else if (Play? == no)
// say goodbye and close game
//else
//Print “yes/no answer only”