Play audio slide show -- Keyboard shortcut: 'x'  Back to notes -- Keyboard shortcut: 'u'              Play sound for this slide -- Keyboard shortcut: 'y'  Lecture 4 - slide 30 : 33
Program 1
 

public class KortSpil{

  static public class Spillekort{
    // Konstanter, instansvariable
    // konstruktorer og metoder.  
  }
  
  public Spillekort[] bunke = new Spillekort[52];

  // KortSpil konstruktorer og metoder.

}