Quotes help make search much faster. Example: "Practice Makes Perfect"

Tuesday, September 3, 2019

Codecademy Building Arrays 2/8


// Sample Solution
using System;

namespace BuildingArrays
{
  class Program
  {
    static void Main(string[] args)
    {
      string[] summerStrut;
      summerStrut = new string[] {"Juice", "Missing U", "Raspberry Beret", "New York Groove", "Make Me Feel", "Rebel Rebel", "Despacito", "Los Angeles"};
      int[] ratings = {1, 5, 2, 3, 5, 1, 1, 4};
    }
  }
}

No comments:

Post a Comment


This is an example of scrolling text using Javascript.

Popular Posts