Introduction to Computer Programming
Due the 2nd week of the semester (see the course calendar) 15 minutes before the end of your laboratory section.
- Read the syllabus.
- Make sure you have have the prerequisite computer abilities.
- Read Chapter 1 and 2 in An Introduction to Programming Using Java.
- Programming assignment. Follow the general
homework directions. Use the Beanshell template for the written portion of the program. Turn in all files associated with the solution of the programming problems. Use the following Beanshell comments. Your programs will be graded using the Beanshell rubric.
- (79% max) H1.2 (H = Homework, 1 = Chapter 1, and .1 = first problem)
- (89% max) 79% problem and H1.5
- (100% max) 89% problem and H1.A: Write a program that extracts a substring. Create a string "I am doing well." Extract the substring starting with 'd' and ending with 'w' by first finding the indices of 'd' and 'w'. Print out both strings.
- Complete Homework 1 Effort survey on D2L.