School Assignment? Project Due Tomorrow? Chat LIVE With A Programming Expert!
Welcome to Dream.In.Code
Become an Expert!

Join 306,795 Programmers for FREE! Get instant access to thousands of experts, tutorials, code snippets, and more! There are 1,591 people online right now. Registration is fast and FREE... Join Now!



's Contributions
Below are the tutorials, code snippets, and resources has submitted to dream.in.code. For more information on Kudos and contributing to dream.in.code visit: http://home.dreamincode.net/?p=about#kudos.
Tutorials
Code Snippets
BMI Calculator in JavaScript by OliveOyl3471
Submitted: November 11, 2008        Views: 2029
Submitted: March 14, 2009        Views: 101
This program will open a new text file, write to that file, open it again to read from it and write to another file.
Submitted: October 12, 2008        Views: 1742
A function to calculate gas mileage.
Submitted: March 19, 2009        Views: 1624
Accepts an integer and checks whether the number is odd or even.
Submitted: November 11, 2008        Views: 2085
This function prints an array backward and forward.
Submitted: September 4, 2008        Views: 3471
This function allows a user to choose the maximum row size and prints a diamond to the screen. Note that if an even number is entered, the maximum row size will be one less than the number entered.
Submitted: March 13, 2009        Views: 391
Prints a square box using whatever symbol the user likes, and however many of that symbol they choose.
Submitted: September 25, 2008        Views: 536
This is an example of printing an array of strings, both forward and backward.
Submitted: March 15, 2009        Views: 220
This function simulates a roll of a die and returns a random number between one and 6
Submitted: November 20, 2008        Views: 660
This function checks whether an email address is in a valid format.
Submitted: March 15, 2009        Views: 2446
This function allows a user to write whatever they want to a text file. Then it reads the file and prints the contents to the screen.