Cyber Range Passwords
Sign on ids for Period 3
Click here and get your id and password.
Cyber Range Passwords
Sign on ids for Period 4
Click here and get your id and password.
Click here for your cyber range.
https://apps.cyber.org/login
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:
- After you code your program you need to produce the follow artifacts.
PX_inheritance_lastname1.png (Screen Print of the java program)
PX_inheritance_lastname1.java (Actual Java program)
PX_inheritance_lastname2.png (Screen Print of the java program)
PX_inheritance_lastname2.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.