Create a function that returns the string "Burp" with the amount of "r's" determined by the input parameters of the function.
longBurp(3) ➞ "Burrrp" longBurp(5) ➞ "Burrrrrp" longBurp(9) ➞ "Burrrrrrrrrp"
num