×
Log in
Twitter
Gmail
Facebook
.NET Fiddle
and
.NET Academy
shared account
Remember me
Log in
Sign up
or
Reset password
Search Tutorials
Log in
Sign up
About
Twitter
.NET Fiddle
Support
Contact Us
Variables and Standard Types
Exercise: Declare a constant string
< Previous
Next >
Goal
Declare a string, using the const keyword, with a value of "Hello";
using System; public class Program { public static void Main() { } }
Reset
Verify
Page 12 of 17
< Previous
Next >
Loading packages and dependencies