skylarrrrr2881 skylarrrrr2881 29-04-2024 Computers and Technology Answered Refer to Code Example 14-2: Given a Die object named die, which of the following will print the value of the __value attribute to the console?a.print(die.getValue() ) b.print(die.roll() ) c.print(die.value) d.print(die.__value)