Im just beginning with C# and this professor is giving out so many labs i cant k
ID: 3636718 • Letter: I
Question
Im just beginning with C# and this professor is giving out so many labs i cant keep up. please help and provide a source code.Write a Windows application that displays your name in shadow text by drawing your name in black, then drawing it again slightly offset in a lighter color.
-Create and name variables in a way that makes it easy to understand how they are used. Making use of automatic completion can help support this requirement.
-The program should not ask for user input. Either give initial values to the variables when declaring them and use those values; or, assign values to variables after declaring them.