Build a piece of code in c# language : (method/function) Which returns a random value between 1 & 6 except those numbers which are passed at the time of calling.
Just as . . .
//Definition
Private int rdm (int [] ) {
return int }
//calling
rdm(new int {3,5} )
//output 4 Or 2 Or 6 Or 1
siddhartha sharnaPosted May 7, 2018, 8:51 AM
Sandeep PrasadPosted Dec 25, 2017, 4:50 AM