I need to create a flowchart/psuedocode for a dice game that give you 2 rolls with 5 dice, 3 rolls per game. the computer will roll the 4 dice and calculate your score. my question is...do i need to repeat this 3 times and can i use nested loops and if so..how do i set this up? so confused