C#C
C#4y ago
Moji

Tested it a lot of times but still giving unexpected error

using System;

class Program
{
public static void Main (string[] args)
{
Random numGen = new Random();
public int generatedNum = numGen.Next(0, 64);

Console.WriteLine(generatedNum);

}

}
Screenshot_20220909-212807_Chrome.jpg
Was this page helpful?