CSC/ECE 517 Summer 2008/wiki1 6 jm: Difference between revisions
Jump to navigation
Jump to search
No edit summary |
No edit summary |
||
Line 21: | Line 21: | ||
== Arrays in Java == | == Arrays in Java == | ||
{| border="1" cellpadding="4" | |||
|-valign="top" | |||
|width="10%"|'''Row heading''' | |||
|width="70%"|A longer piece of text. Lorem ipsum... | |||
|width="20%"|A shorter piece of text. | |||
{| |
Revision as of 02:58, 5 June 2008
Introduction
Both Ruby and Java support arrays and hash tables
Hashes in Ruby
Arrays in Ruby
Creating Arrays in Ruby
Creating an array in Ruby is as simple as
a = []
Initializing an Array in Ruby
a = ["one",45,"hello"]
Hashes in Java
Arrays in Java
Row heading | A longer piece of text. Lorem ipsum... | A shorter piece of text.
|