0
c#
int [] a={ 1,2,3,4,5}; Random rfd= new i want to show result how to Random of a Ex: 1+4=5 1+1+3=5 2+3=5
2 Respuestas
+ 1
=new random(a);
int b = rfd(a);
int c = rfd(a);
int math = b + c;
Console.WriteLine("{0} + {1} = ” + math,b,c);
console.readkey();
I think it will to work...I think...😅
- 1
it will not work 😭