hi all,
i would like to make a yahtzee game but i would like some help to get it started i dont know where to start from??
I would like to keep it simple and use the following:
While loop
For loop
Arrays
RAND_MAX
rand()%n
srand(seed)
Re roll only once.
The programme takes 5 input the 5 dices rolls and determines the 13 different outcomes possible scores. The programme inputs 5 values in the range from 1 to 6 abd stores the 5 values in an integer array. then determine the 13 alternatives then stores in a suitable array.

#include<iostream>
#include<cstlib>
using namespace std;

int main()
{