Random Number Generator(Max 20)
//HERES SOME TIPS BEFORE COPY AND PASTE: //Press cntrl and A to copy everything. //The numbers that are generated are Between 1 and 100. //Check Brackeys c# 1st tutorial to Download visual studio code for this to work,else you will have to //Make some changes to the NameSpace. //Give credits in case of Video(GostGK). //You are Free to edit and do changes to my code. //If you find any problems,please contact me via email (kgiotakos@gmail.com) //HERES THE CODE: //------------------------------------------------ using System; namespace My_Awesome_Program { class Program { static void Main(string[] args) { Console.Title = "Number Generator"; Console.ForegroundColor = ConsoleColor.Blue; Console.WindowHeight = 40; Console.WriteLine("Created By GostGK.CheckGostGK:"); ...
Σχόλια
Δημοσίευση σχολίου