Write a program to test your luck. Use a for loop (for ( counter =1; counter<=10; counter++ ). Inside the loop, generate a random number between 1 and 100. Ask the player to guess low( 1) 1-50 or high(2) 51-100 and count how many times the player gets it right. When the loop finishes, print out the results ( ie : You got 6 right and missed 4 times). If they got more than 6 right then print “Lucky”.