OliveOyl3471's Contributions
Below are the tutorials, code snippets, and resources OliveOyl3471 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: 9853
Submitted: March 14, 2009        Views: 910
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: 7873
A function to calculate gas mileage.
Submitted: March 19, 2009        Views: 14939
Accepts an integer and checks whether the number is odd or even.
Submitted: November 11, 2008        Views: 9545
This function prints an array backward and forward.
Submitted: September 4, 2008        Views: 18513
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: 2897
Prints a square box using whatever symbol the user likes, and however many of that symbol they choose.
Submitted: September 25, 2008        Views: 3047
This is an example of printing an array of strings, both forward and backward.
Submitted: March 15, 2009        Views: 1068
This function simulates a roll of a die and returns a random number between one and 6
Submitted: November 20, 2008        Views: 1607
This function checks whether an email address is in a valid format.
Submitted: March 15, 2009        Views: 9152
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.