Answer:
Check All Of Them
Explanation:
If you work hard on anything you can achieve anything
The type of a file that is in apple.docx is Executable program file.
<h3>What is an executable file?</h3>
An executable file (EXE file) is known to be a type of computer file that has a encoded sequence of codes or instructions that the system often work on when the user is said to clicks the file icon.
Note that Executable files are known to have an EXE file extension, and there are a lot of other executable file formats. The type of a file that is in apple.docx is Executable program file.
Learn more about Word document from
brainly.com/question/25567167
Answer:
length = int(input("Enter a length "))
width = int(input("Enter a width "))
area = length * width
print("The area is " + area)
I don't think some will write the whole program here, but which part are you having trouble with?