I can’t see the following tags that he could’ve possibly used
Answer:
Record
Explanation:
The collection of related fields such as name, id and address of person is called record.
For example
A company collect the same information from all employs such as name, contact and address of all employ. this collection of data is called record.
Answer:
Explanation:
Hello friend !!!!!!!!!!!!
The answer is <u><em>school zone</em></u>
Hope this helps
plz mark as brainliest!!!!!!!
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: