Answers for "c# program that change color depending on what number you write"

C#
0

C# Change color

//Text color
Console.ForegroundColor = ConsoleColor.Green;
//Background color
Console.BackgroundColor = ConsoleColor.Red;
Posted by: Guest on October-02-2021

Code answers related to "c# program that change color depending on what number you write"

C# Answers by Framework

Browse Popular Code Answers by Language