Skip to content

Instantly share code, notes, and snippets.

@shime
Created February 25, 2012 02:11
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 1 You must be signed in to fork a gist
  • Save shime/1905292 to your computer and use it in GitHub Desktop.
Save shime/1905292 to your computer and use it in GitHub Desktop.
### 1. Create user class by implementing
### a. properties
### i. user_id
### ii. username
### iii. password
### iv. email
### b. methods
### i. greet (learn user to say "Hi! My name is <name>, nice to meet you."
###
### 2. Create recursive function that returns result for x^y
### 3. Write a program that prints the numbers from 1 to 100. But for multiples of three
### print “Fizz” instead of the number and for the multiples of five print “Buzz”. For
### numbers which are multiples of both three and five print “FizzBuzz”.
### 4. Find the largest integer value in array (all values in array are integers)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment