Answer:
i think Make variables to represent the length and width of a rectangle, called length
and width
, respectively. You should set length
to 10 and width
to 5.
Then, write some mathematical expressions to computer the area and perimeter of the rectangle and save these values inside variables named area and perimeter
.Use print
statements to display the area and perimeter of the rectangle.
Your output should print the area on the first line and the perimeter on the second, like this:
 50 30  Rectangle Area Formula:
Area = L * W
Explanation:
 
        
             
        
        
        
In a file extension, it tells what type of file it is and tells what compiler to run the code.
        
                    
             
        
        
        
Answer:
upload; download
Explanation:
FTP (File Transfer Protocol) is an internet protocol used to upload and download a file to a server, there are some programs help us to transfer this data to a server, in some cases, we're going to need these programs to upload website files to the server like images or videos, or some websites where do you need a user and passwords to upload file by FTP
 
        
             
        
        
        
Answer:
open-source
Explanation:
open-souce software allows any user to submit modifications of the source code
 
        
             
        
        
        
Answer:
sequential files
Explanation:
Q:
Data files whose records are always retrieved in sequence from the beginning of the file are
A:
sequential files