You copy the url and paste it in the box on the website
Explanation:
1. make sure you've saved the video to your iPhone .
2. open the classroom app and locate the class you are to summit it
3. then, click the assignment comment and you see add an attachment.
4. it will bring a list, click files.
5. then in the next list, click photo.
6. then the list of the videos and pictures in your phone will show, click the video.
7. wait , because it might take a few minutes to upload.
8.after that, click hand in.
9. then, it will show a mark that the video has been handed in.
Pineapples don’t taste good.
Answer:
C. A control statement that uses Boolean statements as conditions.
Explanation:
Boolean value can either be True or False.
Control statements check if a certain condition is met. If it is then they evaluate to be true then the necessary lines of code are executed. If it evaluates to be False, the lines of code that were suppose to be executed are skipped.
For example, if y is greater than zero, divide x by y


Every class has a special method called a constructor which is a function you can call.