lottery arrays in c# compare indexs from 2 array

前端 未结 0 479
刺人心
刺人心 2020-11-30 01:10
    static void Sorsolas(int[] tomb)
    {
        Console.Clear();
        Random rnd = new Random();
        int[] tombb = new int[5];
        int db = 0;
                 


        
相关标签:
回答
  • 消灭零回复
提交回复
热议问题