1answer.
Ask question
Login Signup
Ask question
All categories
  • English
  • Mathematics
  • Social Studies
  • Business
  • History
  • Health
  • Geography
  • Biology
  • Physics
  • Chemistry
  • Computers and Technology
  • Arts
  • World Languages
  • Spanish
  • French
  • German
  • Advanced Placement (AP)
  • SAT
  • Medicine
  • Law
  • Engineering
ollegr [7]
3 years ago
8

Write a program that prompts the user to enter the weight of a person in kilograms and outputs the equivalent weight in pounds.

Output both the weights rounded to two decimal places. (Note that 1 kilogram is 2.2 pounds.)

Computers and Technology
1 answer:
Alex3 years ago
6 0

Answer:

#include<iostream>

#include<string>

int main()

{

double weight;

double weightInPounds;

cout<<"Enter Weight of person in kilograms\n";

cin>>weight;

weightInPounds = weight * 2.2;

cout<<"Your weight in Pounds is : "<<weightInPounds<<endl;

return 0;

}

You might be interested in
What does network administration normally include?
vovikov84 [41]

Answer:

B and D.

Explanation:

An individual working as a network administrator is responsible for a variety of different tasks which can include the design of the network itself, security for the network, and identifying and fixing issues. This is done in order to keep the computer network up-to-date and functioning as intended within the company or organization.

3 0
3 years ago
Which device assists with medical imaging
masya89 [10]
MRI- Magnetic Resonance Imaging

        OR

USI- Ultrasound Imaging
5 0
3 years ago
Read 2 more answers
Whenever they are passed as parameters to a function, the IO classes istream and ostream must be passed using a pass-by-referenc
morpeh [17]

Answer:

b. TRUE

Explanation:

Whenever they are passed as parameters to a function, the IO classes istream and ostream must be passed using a pass-by-reference parameter passing scheme.

This is because , assuming a pass by value semantics would require us to copy the value of the istream or ostream object which would be meaningless. In fact these objects don't even have a copy constructor at all. So such objects are always passed by reference.

7 0
3 years ago
Jorge wanted to find out how many 9-volt batteries connected in a series are required to create a 120-volt circuit. So, he divid
natta225 [31]

Answer:

Jorge would need over 13\frac{1}{3} number of 9 volts battery to create 120 volts.

Explanation:

A series connecting is one in which two or more batteries are connected terminal-to-terminal, so that the same current flow through each battery. Each battery has an internal resistance, r, which is the opposition to the flow of current by the battery itself.

The total emf, E, of a given number of cells connected in series is given by;

E = E_{1} + E_{2} + E_{3} + E_{4} + .........

And each of the cell has an internal resistance, r. So that the total internal resistance of the cells in series is;

r = r_{1} + r_{2} + r_{3} + r_{4} + .......

Thus, Jorge's mistake was that 13\frac{1}{3} number of 9 volts batteries would not give 120 volts because each battery has its internal resistance. Therefore the appropriate answer is that he would need over 13\frac{1}{3} number of 9 volts battery to create 120 volts.

5 0
3 years ago
Younger people today are often called __________ because they have never known life without the Internet and cell phones.
iVinArrow [24]

Answer:

Digital Native

Explanation:

Digital natives are comfortable in the digital age, because they grew up using technology,  Digital natives are the opposite of digital immigrants, they have been interacting with technology from childhood.Digital natives see everyone on the equal level and are not dividing the world into hierarchies, they view the world horizontally. They cross boundaries and embrace the benefits of sharing with each other. Those values exist because of what they are driven by. Because of interacting with technology, digital natives think and process information fundamentally differently.

3 0
3 years ago
Other questions:
  • Write the SQL statements that define the relational schema (tables)for this database. Assume that person_id, play_id, birth_year
    8·1 answer
  • Which term describes the distinct number of colors a graphic contains? (1 point)?
    10·1 answer
  • When a dynamic array with a class for a base type is declared, which constructor is called?
    5·1 answer
  • For a typically large organization how many dns servers should you install
    5·1 answer
  • Write a program that prompts the user to enter the weight of a person in kilograms and outputs the equivalent weight in pounds.
    8·1 answer
  • Who where the romanovs? What happened to them ?
    7·1 answer
  • While surfing online, Patricia checks her email and reads the latest messages. She then browsers a website and logs in a comment
    8·1 answer
  • Hey! PLEASE HELP!!!
    12·1 answer
  • ¿Qué creo que debe considerar una empresa para elegir ellugar en el cual va a desarrollar su actividad económica osu emprendimie
    8·1 answer
  • a cloud access security broker (casb) provides protection across 4 areas/pillars: visibility to detect all cloud services, data
    15·1 answer
Add answer
Login
Not registered? Fast signup
Signup
Login Signup
Ask question!