Computer Science 2 - Period 7

**********
**********
Due Date: Friday January 27, 2023

Continue to work on your CMU assignments.

Click on this link to access the CMU academy.

**********
**********
Due Date: Friday January 27, 2023

We will use Replit to run both java and python code.

You do not need to setup an account

Click on this link to setup your Replit login. Complete the following assignment. Use the following python program as your source code. ======================== # PX_Add2_lastname.py # insert your standard heading # This program adds two numbers num1 = 1.5 num2 = 6.3 # Add two numbers sum = float(num1) + float(num2) # Display the sum print('The sum of {0} and {1} is {2}'.format(num1, num2, sum)) Copy the source code above into your Replit. ===================================== You will need to save the following into each these files for this assignment. -original source copy PX_Add2_lastname.py You will need to create 3 other files. PX_Add2_lastname.txt -copy of the working source code PX_Add2_lastname.png -screen print of your program with your output after it has been run. PX_Add2_lastname.mp4 -Using Screencast-O-Matic and record running the program Drop off all four files into google classroom.

*****
*****
Due Date: Friday January 20, 2023 

1_05_8Citation_Scanner

Click here to see the source code Copy this source code into your Eclipse IDE. Make sure you setup your package CodeHS. Your file name for eclipse will be: -original source copy PX_lastname_1_05_8Citation_Scanner.java You will need to create 3 other files. PX_lastname_1_05_8Citation_Scanner.txt -copy of the working source code PX_lastname_1_05_8Citation_Scanner.png -screen print of your program with your output after it has been run. PX_lastname_1_05_8Citation_Scanner.mp4 -Using Screencast-O-Matic and record running the program Drop off all four files. file into google classroom. Listen to the explain of this program by Mr. Cusack. (Youtube) Listen to the explain of this program by Mr. Cusack. (joecusack.com) Explain it to Mr. Cusack in the front.