bellapearl74121 bellapearl74121 12-10-2022 Computers and Technology contestada define a function setbirth, with int parameters monthval and dayval, that returns a struct of type dateofbirth. the function should assign dateofbirth's data member nummonths with monthval and numdays with dayval.