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
Hunter-Best [27]
2 years ago
11

Prompt the user to enter five numbers, being five people's weights. Store the numbers in an array of doubles. Output the array's

numbers on one line, each number followed by one space. (2 pts)
Ex:Enter weight 1:236.0Enter weight 2:89.5Enter weight 3:142.0Enter weight 4:166.3Enter weight 5:93.0You entered: 236.000000 89.500000 142.000000 166.300000 93.000000
Engineering
1 answer:
atroni [7]2 years ago
6 0

Answer:

See below in the explanation section the Matlab script to solve the problem.

Explanation:

prompt='enter the first weight w1:  ';

w1=input(prompt);

wd1=double(w1);

prompt='enter the second weight w2:  ';

w2=input(prompt);

wd2=double(w2);

prompt='enter the third weight w3:  ';

w3=input(prompt);

wd3=double(w3);

prompt='enter the fourth weight w4:  ';

w4=input(prompt);

wd4=double(w4);

prompt='enter the first weight w5:  ';

w5=input(prompt);

wd5=double(w5);

x=[wd1 wd2 wd3 wd4 wd5]

format short

You might be interested in
Select four items that an industrial engineer must obtain in order to practice in the field.
alex41 [277]

Answer:

Professional engineering license

Bachelor's degree

Computer science classes

job recommendations

3 0
1 year ago
Read 2 more answers
Cast iron has about how much carbon content?
Aliun [14]

Answer:

c

Explanation:

7 0
2 years ago
A DOHC V-6 has how many camshafts?
viktelen [127]

Answer:

two camshafts

Explanation:

4 0
3 years ago
A machine raises 20kg of water through a height of 50m in 10secs. What is the power of the machine.​
Tomtit [17]

Answer:

hhahhhwghwhwhwhwjwnwjnnnnwnwwnw

Explanation:

jwkwkkwoiwiwiwiwiwowwiwowowiiiiwuuwuwgeevehehsvhsvwhbhhehehwgjjwhwhjwjqwjjuuuwi####!\\\\e

5 0
2 years ago
An aircraft is in a steady level turn at a flight speed of 200 ft/s and a turn rate about the local vertical of 5 deg/s. Thrust
notka56 [123]

Answer:

L= 50000 lb

D = 5000 lb

Explanation:

To maintain a level flight the lift must equal the weight in magnitude.

We know the weight is of 50000 lb, so the lift must be the same.

L = W = 50000 lb

The L/D ratio is 10 so

10 = L/D

D = L/10

D = 50000/10 = 5000 lb

To maintain steady speed the thrust must equal the drag, so

T = D = 5000 lb

5 0
3 years ago
Other questions:
  • A man weighs 145 lb on earth.Part ASpecify his mass in slugs.Express your answer to three significant figures and include the ap
    11·1 answer
  • Joseph wants to practice architecture. Which compulsory assessment administered by NCARB does he need to complete?
    10·1 answer
  • First step in solving frames in to solve support reactions when looking at the frame as a whole. a)- True b)-False
    9·1 answer
  • A Canadian visitor says that we have a great day in Chattanooga because it's 30 degrees. What would the temperature be in Farenh
    15·1 answer
  • Velocity and temperature profiles for laminar flow in a tube of radius ro = 10 mm have the form: u(r) = 0.15[1 − (r/ro ) 2 ] T(r
    11·1 answer
  • Can someone Please help me..? If I'm your Onii-San then answer. And get brainliest. Make sure to explain why..
    15·1 answer
  • An ideal Diesel cycle has a compression ratio of 17 and a cutoff ratio of 1.3. Determine the maximum temperature of the air and
    10·1 answer
  • Describe the make-up of an internal combustion engine.<br> Pls answer quickly.
    5·1 answer
  • What are the partial products of 2.3 x 2.6
    15·1 answer
  • Advanced manufacturing does NOT serve the transportation, communications, or medical industries. Is this statement TRUE or FALSE
    11·2 answers
Add answer
Login
Not registered? Fast signup
Signup
Login Signup
Ask question!