Write a program that calculates the area & perimeter of a rectangle, where
the values for width and length are given by the users.

Answers

Answer 1

Answer:

In Python:

Length = float(input("Length: "))

Width = float(input("Width: "))

Area = Length * Width

Perimeter = 2*(Length + Width)

print(Area)

print(Perimeter)

Explanation:

This gets the length from the user

Length = float(input("Length: "))

This gets the width from the user

Width = float(input("Width: "))

This calculates the area

Area = Length * Width

This calculates the perimeter

Perimeter = 2*(Length + Width)

This prints the area

print(Area)

This prints the perimeter

print(Perimeter)


Related Questions

Write a program that takes in a positive integer as input, and outputs a string of 1's and 0's representing the integer in binary. For an integer x, the algorithm is:
As long as x is greater than 0
Output x % 2 (remainder is either 0 or 1)
x = x // 2
Note: The above algorithm outputs the 0's and 1's in reverse order. You will need to write a second function to reverse the string.
Ex: If the input is:
6
the output is:
110
Your program must define and call the following two functions. The function integer_to_reverse_binary() should return a string of 1's and 0's representing the integer in binary (in reverse). The function reverse_string() should return a string representing the input string in reverse.
def integer_to_reverse_binary(integer_value)
def reverse_string(input_string)
Note: This is a lab from a previous chapter that now requires the use of a function.

Answers

Answer:

#include <iostream>//header file

#include <string>//header file

using namespace std;

string integer_to_reverse_binary(int integer_value)//defining a method integer_to_reverse_binary  

{

   string ret = "";//defining string variable

   while (integer_value > 0) //using while loop to check integer_value value is greater than 0

   {

       ret += '0' + (integer_value % 2);//adding zeros in remainder value

       integer_value /= 2;//holding quotient value

   }

   return ret;//return string value

}

string reverse_string(string input_string)//defining a method reverse_string that holds a parameter user_String  

{

   string result;//defining a string variable  

   for (int i = 0; i < input_string.length(); ++i)//use for loop to calculate value  

   {

       result += input_string[input_string.length()-i-1];//add value in result variable

   }

   return result;//result result variable value

}

int main()//defining main method  

{

   int num;//defining integer variable

   string str;//defining string variable

   cin >> num;//input num value

   str = integer_to_reverse_binary(num);//use str variable to call the integer_to_reverse_binary method

   cout << reverse_string(str) << endl;//printing the reverse_string method value

   return 0;

}

Output:

6

110

Explanation:

In this code two string method "integer_to_reverse_binary and reverse_string" is defined that holds one parameter "integer_value and input_string".

In the first method a string variable is defined, that use the while loop to check integer value is greater than 0 and add zeros in the value and return its value as a string.

In the second it reverse the string value and store into the result variable, and in the main method the "num and str" variable is defined, and in the num it takes integer value and pass into the above method and print its return value.    

What is the influence of new technology on society?
Ο Α. .
New technology hardly has any impact on society.
OB.
New technology is only beneficial to society and cannot be detrimental.
OC.
New technology is detrimental, as it makes the existing technology obsolete.
OD. New technology normally utilizes a lot of resources and can adversely affect the economy.
O E.
New technology is beneficial but can also be usedly a detrimental way.

Answers

Answer:

E. New technology is beneficial but can also be used in a detrimental way.

Explanation:

New technology such as cryptocurrency (powered by blockchain technology) can be regarded as a welcome development that has benefited the society in so many good ways. However, cryptocurrency as a new technology also has disadvantages it presents to the society. One of such negative influence cryptocurrency has is that it can be used for illicit activities such as money laundering, funding terrorism and so on.

So, in summary, we can conclude that:

"New technology is beneficial but can also be used in a detrimental way."

CH4 has how many of each type of atom?

Answers

Its easy that moderators that see this answer can think that my answer isn't without explanation.

• Type of atom C (Carbon)

C = 1

• Type of atom H (Hydrogen)

H = 4

You dont understand? JUST SEE THE FORMULA C MEANS ONLY HAVE 1 CARBON ATOM AND H4 MEANS 4 ATOM OF HYDROGEN

oK. have a nice day hope you understands

How does the pay for many Science, Technology, Engineering, and Mathematics workers compare to the overall median for all careers? It is far lower than the overall median. It is far higher than the overall median. It is slightly higher than the overall median. It is about the same as the overall median.

Answers

Answer:

B

Explanation:

It just is

Answer:

B is correct

Explanation:

Other Questions
Practice Problem Website: https://www3.nd.edu/~smithgrp/structure/workbook.html1. Click on Do the problems2. Click on the number for the practice problem to be completed3. Click on IRExample of problem 1 from the website:Formula: C3H5BrO2IR Peaks:1717 nmStrong peak indicates a carbonyl group C=O2571-2670 nm- medium peak indicates sp3 hybrid C-H.3067 nm --- Broad medium peak indicates OH group, specifically in a carboxylic acid (Would not be a carboxylic acid without the carbonyl peak as well)Complete the following problems: 3, 5, 7, 8, 12, 13, 27, 32, 38, and 40. Be as accurate as possible. I am looking for the frequency and molecular formula to make sense with the functional group you think is represented. my school bag contains 9 books each mass 2/9 kg and 5 folder each mass 7/25 kg what is the total mass of books and folders in my bag Solve for C-1.3 = -0.8+c/3.4 Bacteria wouldnt multiply very fast in a box of cornflakes because.A. cereal is low moisture. B. The box is too high in the cupboard. C. cornflakes are high in protein. D. corn flakes are too acidic If f(x) = x and g(x) = 2, what is (fg)(x)? How many 1/3 yard are in 4 yards Enter an estimate. Round each mixed number to the nearest half in your estimate.5 1/2 - 4 6/7 30. An object is placed between a concave mirror and itsfocal point. What is the type and orientation of theimage formed?a. virtual and invertedb. real and invertedC. virtual and erectd. real and erectmu Find the value of x and the measure of the angle labeled 6x. 72 6x" 42 30 A. X = 5; angle measure is 48 B. X = 5; angle measure is 72, C. X = 5; angle measure is 30. D. X = 5; angle measure is 42. What does the United States government do to insure domestic tranquility? (FOR BRIANLIEST!!!) PLEASE HELP ILL LOVE YOU 4L))Part DThe lineage of pea plants produced round seeds for four generations. The plants that fertilized these pea plants alsoproduced round seeds. However, in the fifth generation, the plant produced to two plants with wrinkled seeds. Can thatbe possible? Explain your answer using your pedigree chart. Pls help me this is timed In Night, how does Wiesel capture the sense that he is robbed of his identity at Auschwitz? Based on this excerpt, the main conflict is The Union Pacific and the Central Pacific hired many immigrantsfrom what two countries? What is the smallest, most basic level of organization in an animal orplant? why did george washington create the cabinet? What is the purpose of the story about the falcon being killed by the owl?A. To show that falcons just aren't as awesome as people make them out to beB. To show that the murder that took place has knocked nature itself out of order (fair is foul .. andwhatnot)C. To show that in any battle of birds, you can never underestimate the heart of an owlD. There is no purpose - 70 year old men tend to just ramble on and on and on and on ... Carmen paid $10.50 for a T-shirt at the mall. It was on sale for 30% off. What was the original price before the discount? * Write an essay explaining how identity is developed