Klein Prep Computer Science
*********
*********
 

Click here to access Code High School.

*********
*********
Due Date: January 29, 2024
Due Date: Thursday May 11, 2023
Missing Character

Purpose: Expand your knowledge of Java by learning
about boolean logic.
  * Given a non-empty string and an int n, 
  * return a new string where the char 
  * at index n has been removed. 
  * The value of n will be a valid 
  * index of a char in the original string 
  * (i.e. n will be in the range 0..str.length()-1 inclusive). 
  * 
  * missingChar("kitten", 1) → "ktten" 
  * missingChar("kitten", 0) → "itten" 
  * missingChar("kitten", 4) → "kittn" 
  * 
  * Note: your values for this exercise will be different based on your seat number 

Missing Character - Click here.

*********
*********
Due Date: January 31, 2024
Assignment: Learn about java inheritance
and using comments

We will be coming to board with your team.
Period 3 Team


Period 4 Team


Click here to see the source code. (Source 1) 
Click here to see the source code. (Source 2)
Click here to see the source code. (Source 3)
Click here to see the source code. (Tester Source 1)

Next: You will actually code this in Java with your comments.

Your files to turn in:

You may not need all 4 board images.
PX_inheritance_Board1.png (Board image 1)
PX_inheritance_Board2.png (Board image 2)
PX_inheritance_Board3.png (Board image 3)
PX_inheritance_Board4.png (Board image 4)

- After you code your program you need to produce the follow artifacts.
PX_inheritance_lastname.png (Screen Print of the java program)
PX_inheritance_lastname.java (Actual Java program)
PX_inheritance_lastname_tester.png (Screen Print of the java program)
PX_inheritance_lastname_tester.java (Actual Java program)
PX_inheritance_lastname.mp4 (Video of program running)

Drop off your up to 7 files into google classroom.