Given a gvdie object and an integer that represents the total sum desired as parameters, complete function roll total() that returns the number of rolls needed to achieve at least the total sum. note: for testing purposes, the gvdie object is created in the main() function using a pseudo-random number generator with a fixed seed value. the program uses a seed value of 15 during development, but when submitted, a different seed value will be used for each test case.