×
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 an integer
< Previous
Next >
Goal
Declare an 'int' variable called 'age', with an initial value of '30'
public class Program { public static void Main() { } }
Reset
Verify
Page 5 of 17
< Previous
Next >
Loading packages and dependencies