#!/usr/bin/ruby

# Makes a multidimension array (matrix) with the width and height of n
...

Ruby Multidimension array and math

by cmol, June 03, 2010 12:46, 2 refactorings, tagged with math, square, rules

Hi

I made this piece of ...

57501c8a3e6ab9ad33df9a6203df8860 Talk
import java.util.Scanner;

public class AsciiSquare
...

Java ascii square

by kefestetayyus.blogspot.com, May 09, 2008 12:44, 5 refactorings, tagged with ascii, java, square, basic

Simply prints a square with...

55502f40dc8b7c769880b10874abc9d0 Talk