Skip to content

Instantly share code, notes, and snippets.

@abdulsattar
Created September 19, 2014 09:07
Show Gist options
  • Save abdulsattar/ae5fef53d770e67521b7 to your computer and use it in GitHub Desktop.
Save abdulsattar/ae5fef53d770e67521b7 to your computer and use it in GitHub Desktop.
Tasks
  1. Print all the command line parameters
  2. Write a calculator that asks for number 1, number 2 and then an operand +,-,*,/
  3. Write a multiplication table to a file
  4. Read a comma separated value file and print each of its columns and rows
  5. Create a class Contact and read it's values from a CSV file
  6. Write a Contact object to the file. Then append its value to the file.
  7. Ability to edit a contact
  8. Ability to delete a contact.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment