CS 149 Fall 2018 - Instructor: Molloy Sections: 10 and 11

Home
Calendar
Syllabus
Resources
Linux Install

CS 149: Programming Fundamentals James Madison University Coding Exam #1 Fall 2018 (50 minutes timed)

Logistics

Instructions:

  1. Create a PaceCalculator.java file that uses only a main method to solve the problem given to you in class on paper.
  2. Use this input file:  test1.in
  3. Use this expected output file: test1.exp 

TIPS:

  1. Start by Coding what you can - JavaDoc, stubs, etc.  Make sure these pass Checkstyle for all classes/methods.
  2. Run Checkstyle + Compile
  3. Write your input prompts
  4. Run Checkstyle + Compile
  5. Write your calculations
  6. Run Checkstyle + Compile
  7. Write your outputs
  8. By about 1/2 way through time period(25:00minutes) submit to Autolab what you have and make sure it compiles and passes Checkstyle.
  9. By 10 minutes remaining you should be wrapping up your coding and final tests and preparing your final submission
  10. by 5 minutes left you should be submitting final code to https://autolab.cs.jmu.edu.