×
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
Collections
Exercise: Declare a stack
< Previous
Next >
Goal
Please create a new stack of type string, named films.
using System; using System.Collections.Generic; public class Program { public static void Main() { // Your code here } }
Reset
Verify
Page 22 of 31
< Previous
Next >
Loading packages and dependencies