Implement a method named alpha that will generate 50 random characters. The only valid characters to use are the set {a,b, c} (3 different chars). The method will print to the screen the randomly generated characters on one line (space separated) and will also return the numberof times that the middle character (b) was generated.