Create Simple Gradebook System Teacher Project Cover Implementing Menus Encapsulation Divi Q37057729

We will create a simple gradebook system for ateacher.  This project will cover:

  • Implementing menus
  • Encapsulation: divide and conquer. Split up functionality intomethods so each can be developed and debugged separately.
  • Agile Coding: implement basic functionality, review and evolvecode testing constantly
  • Text File I/O: saving data to files, reading it back in, addingdata and resaving
  • ArrayLists
  • String functions like split(), trim() toUpper() etc.
  • Using String.Format along woith printf() to refine our outputdisplay

Functional Requirements:

  • Teacher can create student class sets which will be stored infiles
  • Teacher can add a series of grades representing a test orassignment for each student in a set.  These are added tothe file.
  • Grades are in the range of
    OR
    OR

Leave a Comment

This site uses Akismet to reduce spam. Learn how your comment data is processed.