Computer Science, asked by shabnamtaj7860p9huyh, 1 year ago

p.getName(), firstDiceRoll, secondDiceRoll, what is required to correct this line

Answers

Answered by URBUD
2
getName is a function. Function may/may not require parameters/arguments.
My guess is firstDiceRoll and secondDiceRoll should be passed in the function.
Thus, correct line is: p.getName(firstDiceRoll, secondDiceRoll)

shabnamtaj7860p9huyh: thanks ur guess appeared true
URBUD: My pleasure! Feel free to connect.
shabnamtaj7860p9huyh: hm k
Similar questions