这个程序对于 C# 程序员来说可能看起来很简单,但是我是 C# 编程的新手。到目前为止,我已经编写了一半的程序,但是我不确定如何完成其余的步骤。这是我编写的程序和说明。谢谢
using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
namespace Arrays
{
class Program
{
static void Main(string[] args)
{
int[] array;
Random randomNumbers = new Random();
for( int i = 0; i < array.Length; i++)
{
NumInput[randomValue];
int randomValue = randomNumbers.Next(0, 500);
}
for( int i = 0; i < array.Length; i++)
{
Console.WriteLine("The array value is: ", NumInput[i]);
}
}
}
}
说明:
开发实现 int 数组的 C# 控制台应用程序。使用 2 个“for”循环,第一个使用 Random 类填充数组,使用 Random 类的 next 方法生成随机整数,第二个 for 循环遍历填充的数组并打印由随机数发生器。使用数组的长度变量来保持两个循环的数组边界。
可能的输出可能如下所示:
数组值为 488
数组值为 402
数组值为 237
数组值为 48
数组值为 390
数组值为 186
数组值为 425
数组值为 342
数组值为 477
数组值为 319
按任意键继续 。. .