Click here to Skip to main content
15,886,049 members

Comments by Member 15170612 (Top 77 by date)

Member 15170612 22-Jul-21 1:58am View    
Thank you, I will write specifically.
Member 15170612 30-Jun-21 4:54am View    
Thank you very much for your advice and patience!
Member 15170612 30-Jun-21 3:39am View    
It can be done as:
int[] numb1 = { 1, 2, 3};
int[] numb2 = { 1, 2, 3 };
if(secondNumb==1)
{
int random1= number.Next(0, numb1.Length);
firstNumb = random1;
}
total = firstNumb / secondNumb;
Member 15170612 30-Jun-21 2:53am View    
It makes sense, I just don't know how to add numbers to the array and then randomly select from it...
Member 15170612 29-Jun-21 7:15am View    
Ahhhh, you think the page number is the number I'm looking for as "secondNumb" and the number on the page matches the number "firstNumb" that meets the conditions.