Return Styles: Pseud0ch, Terminal, Valhalla, NES, Geocities, Blue Moon. Entire thread

Homework

Name: Anonymous 2009-03-18 18:48

Print "SUSSMAN" 300 times (each on a new line) to the output device using Java.

Name: Anonymous 2009-03-18 20:45

using System;
using System.Linq;

class Sussman300Times
{ public static void Main()
  { Console.Write("{0}", Enumerable.Repeat("SUSSMAN\n", 300).Aggregate((x, y) => x + y)); }}

Newer Posts
Don't change these.
Name: Email:
Entire Thread Thread List