CISC370, Summer 2006, Assignment 1 (Total 50 pts) Due June 20 TA: Ke Li Java coding style - Formatting of code < 80 column, no wraparound -1 pts - Naming convertions: class, object/var/method -2 pts Not following email subject as instucted -1 pt - "[name] CISC370: Assignment 1 submission" Late penalty: 10% off each day No hard copy submitted: 10% off 1. Java program (25 pts) - use String methods length(), charAt(), toCharArray(), getChars(), or StringBuffer method reverse() - performance hit: multiple calls to length() -1 pt slow down execution. should keep it in an int. - reverseString() 8 pts - isPalindrome() 8 pts -- incorrect -4 pts - main() 4 pts 2. README (5 pts) - your name 0.5 pts - assignment name 0.5 pts - date 0.5 pts - what your program does 2 pts - list of file submitted 0.5 pts - how to run your program 1 pts 3. Script file showing everything (20 pts) - README 5 pts - java source 5 pts - comilation 5 pts - execution 5 pts