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
andrew11 [14]
3 years ago
8

2. Feet to Inches One foot equals 12 inches. Design a function named feetToInches that accepts a number of feet as an argument,

and returns the number of inches in that many feet. Use the function in a program that prompts the user to enter a number of feet and then displays the number of inches in that many feet.
Computers and Technology
1 answer:
MariettaO [177]3 years ago
8 0

Answer:

See the below the answer written in Matlab

Explanation:

function inches=feetToInches(feet)

prompt='enter the value of feet in digits';

feet=input(prompt)% ask for the value in feet that needs to be converted to inches

inches =feet*12; % converts feet to inches

x=['the value in inches is:  ',num2str(inches)];

disp(x) %display the result of the convertion

end

You might be interested in
Which of the following is a trend that began during the Vietnam War and continued with the Internet?
Blizzard [7]
<span>As far as I remember, this one - a. a move toward stricter control of mass-media communications by Congress and the FCC </span><span>is a trend that began during the Vietnam War and continued with the Internet.</span>
7 0
3 years ago
Assuming you can use infinite number of CPUS for performance improvements, what would be the maximum speed up when the paralleli
natita [175]

Answer:

correct option is D i.e. 20

Explanation:

Given data:

Parallelizable portion is  given as 95%

so remaining will be serial portion i.e. 5%

we know that, for infinite number of cpus, maximum speed is calculated as

v =\frac{1}{f}

where f denote serial portion = 5% = 0.05

v = \frac{1}{0.05}

v = 20

hence so for serial portion of 5%, maximum speed is 20

correct option is D i.e. 20

3 0
3 years ago
All of the following are information storage methods that make people’s personal and professional lives more productive, except
mixas84 [53]

Answer:Ethernet

Explanation: I just took the question

6 0
3 years ago
To move a file or folder in Microsoft Windows you can click and hold down the left mouse button while moving your mouse pointer
Wittaler [7]

Answer:

**UNSURE** Cutting and pasting*

Explanation:

Its essentially the same thing. Nowadays File Explorer will instead copy the file to the new location in certain circumstances, such as if the destination is a separate drive.

*I'm not sure if this is the type of answer you are looking for, as I'm not sure what context this is in. If you're looking for a specific term regarding that type of action in the user interface, this might not be it.

4 0
3 years ago
Which tool is used to analyze and<br>diagnose a video card?​
Wewaii [24]

Answer:

SOLIDWORKS has created an easy-to-use tool, SOLIDWORKS RX, to analyze your system, capture data, and diagnose problems with your graphics card.

Explanation: Brainliest plzzzzzz

3 0
3 years ago
Other questions:
  • Write a SELECT statement that returns these three columns: vendor_nameThe vendor_name column from the Vendors table default_acco
    13·1 answer
  • When it comes to saving money, what is a good rule of thumb?
    5·2 answers
  • 25) _____ involves assigning numbers or other symbols to answers so that the responses can be grouped into a limited number of c
    11·1 answer
  • How to adjust screen from 1024x728 to 800x600
    6·1 answer
  • What allows a person to interact with web browser software?
    13·2 answers
  • Which statement accurately describes DTP programs?
    11·1 answer
  • Casey, a woodworker, is developing his own website. He plans to use the site as a means of selling his handmade furniture. While
    10·1 answer
  • Write a program that print "Censored" if userInput contains the word "darn", else print userInput. End with newline.
    8·1 answer
  • 100 Base-T: Group of answer choices
    11·1 answer
  • What are other ways you could use the shake or compass code blocks in physical computing projects?
    14·1 answer
Add answer
Login
Not registered? Fast signup
Signup
Login Signup
Ask question!