Question

The following table contains on the Richter scale and their descriptors: Magnitude Descriptor Less than 2.0...

The following table contains on the Richter scale and their descriptors:

Magnitude

Descriptor

Less than 2.0

Micro

2.0 to less than 3.0

Very minor

3.0 to less than 4.0

Minor

4.0 to less than 5.0

Light

5.0 to less than 6.0

Moderate

6.0 to less than 7.0

Strong

7.0 to less than 8.0

Major

8.0 to less than 10.0

Great

10.0 or more

Meteoric

Write a C program that reads a magnitude from the user and displays the appropriate descriptor as part of a meaningful message.

For example, if the user enters 5.5 then your program should indicate that a magnitude 5.5 earthquake is considered to be a moderate earthquake.

0 0
Add a comment Improve this question Transcribed image text
Know the answer?
Add Answer to:
The following table contains on the Richter scale and their descriptors: Magnitude Descriptor Less than 2.0...
Your Answer:

Post as a guest

Your Name:

What's your source?

Earn Coins

Coins can be redeemed for fabulous gifts.

Not the answer you're looking for? Ask your own homework help question. Our experts will answer your question WITHIN MINUTES for Free.
Similar Homework Help Questions
  • USE PYTHON: 4) [30pts] Write program which finds the followings for the given values between 150...

    USE PYTHON: 4) [30pts] Write program which finds the followings for the given values between 150 to 1000 a) How many odd numbers are between 150 and 1000 (include 150 and 1000) b) Find the sum of odd numbers which are between 150 and 1000 (include 150 and 1000) c) Find the multiplication of odd numbers which are between 150 and 1000 (include 150 and 1000) d) Find the sum of square of odd numbers which are between 150 and...

  • х у V 1.0 7.6 1.0 1.0 2.0 8.7 11 2.0 2.0 3.0 7.3 3.0 3.0...

    х у V 1.0 7.6 1.0 1.0 2.0 8.7 11 2.0 2.0 3.0 7.3 3.0 3.0 4.0 5.8 11 10- 9- 8 7-1 6 5- 4+ 3+ 2 4.0 4.0 11 10 9+ 8+ 71 6+ 5+ 4+ 3+ 2+ 1. X 5.0 8.2 5.0 5.0 6.0 4.9 6.0 6.0 X 7.0 4.5 7.0 7.0 8.0 7.2. 8.0 8.0 0 1 2 3 4 5 6 7 8 9 10 11 7 8 9 10 11 9.0 5.9 9.0 9.0...

  • Below are four bivariate data sets and the scatter plot for each. (Note that each scatter...

    Below are four bivariate data sets and the scatter plot for each. (Note that each scatter plot is displayed on the same scale.) Each data set is made up of sample values drawn from a population. x   y 1.0   4.1 2.0   6.1 3.0   7.0 4.0   4.0 5.0   5.2 6.0   8.1 7.0   5.5 8.0   6.9 9.0   9.0 10.0   7.3 x1234567891011y12345678910110 Figure 1    u   v 1.0   8.1 2.0   7.4 3.0   8.1 4.0   6.1 5.0   7.4 6.0   4.5 7.0   4.6 8.0   3.4...

  • Below are four bivariate data sets and the scatter plot for each. (Note that each scatter...

    Below are four bivariate data sets and the scatter plot for each. (Note that each scatter plot is displayed on the same scale.) Each data set is made up of sample values drawn from a population. y 1.0 7.4 2.0 9.0 3.0 7.0 11 10- 11 102 9 8+ 7+ 8+ 71 61 5 5 41 4.0 5.4 5.0 7.5 6.05.2 7.0 4.5 8.0 7.1 9.0 5.5 10.0 3.9 V 1.0 8.0 2.0 6.9 3.07.3 4.0 6.1 5.0 7.4 6.0...

  • Given the following set of x, y points 2.0 7.5 4.5 7.1 5.5 6.0 7.0 5.9 8.0 4.3 9.5 3.5 11.0 3.2 1...

    USE MATLAB ONLY Given the following set of x, y points 2.0 7.5 4.5 7.1 5.5 6.0 7.0 5.9 8.0 4.3 9.5 3.5 11.0 3.2 12.0 1.1 1) [5 pts] Set up a program that uses a linear interpolation to find a value y in this table when a user entersa another x value and so forth and print a message if the value of x is out of the range of the table value of x. The program asks...

  • 5. Based on this analysis, the compound might be or contain the following substructure: 6. How...

    5. Based on this analysis, the compound might be or contain the following substructure: 6. How many different types of carbons appear to be present? What are the chemical shifts for these carbons? UN (43 MIL.) 10.02s, 1H), 7.716.J-2 Hz. ) 2.0 11.5 11.0 10.5 10.0 9.5 9.0 8.5 8.0 7.5 7.0 6.5 6.0 4.0 3.5 3.0 2.5 20 15 100.5 0.0 -0.5 -1.0 -1.5 -2. 5.5 5.0 4.5 fl (ppm)

  • n article considered various issues associated with determining endotoxin concentration. The following data on concentration (EU/mg)...

    n article considered various issues associated with determining endotoxin concentration. The following data on concentration (EU/mg) in settled dust for one sample of urban homes and another of arm homes was kindly supplied by the authors of the article. U: 6.0 5.0 11.0 33.0 4.0 5.0 89.0 18.0 35.0 17.0 23.0 F:4.0 14.0 11.0 9.0 9.0 8.0 4.0 20.0 5.0 8.9 21.0 9.2 3.0 2.0 0.3 (a) Determine the value of the sample standard deviation for each sample. [Hint: x...

  • Java I am stuck on, enter a number grade: 9.8 ERROR: 9.8 and enter a number...

    Java I am stuck on, enter a number grade: 9.8 ERROR: 9.8 and enter a number grade: 10 ERROR: 10 Here is the specs ​​​​​​​ Write a class called Grades. Grades must have a main method (see example of what the main method does below). Grades are values between zero and 10 (both zero and 10 included), and are always rounded to the nearest half point (i.e. ALL GRADES entered in the system end in either .0 or .5). To...

  • An article considered various issues associated with determining endotoxin concentration. The following data on concentration (EU/mg)...

    An article considered various issues associated with determining endotoxin concentration. The following data on concentration (EU/mg) In settled dust for one sample of urban homes and another of farin homes was kindly supplied by the authors of the article. U: F: 6.0 4.0 5.0 14.0 11.0 11.0 33.0 4.0 9.0 9.0 5.0 8.0 84.0 4.0 18.0 20.0 35.0 5.0 17.0 8.9 23.0 21.0 9.2 3.0 2.0 0.3 x2 = 10,735 for the (a) Determine the value of the sample standard...

  • draw structure of C8H10 and C8H8O2 based on the 1HNMR AND 13C-NMR shown in the pictures...

    draw structure of C8H10 and C8H8O2 based on the 1HNMR AND 13C-NMR shown in the pictures provided. any tips of steps will help! thank you! please scroll for all lictures! C-NMR data given. D ons: Solve the structures for C8H10 and C8H8O2 using only the molecular formula and 'H- and R data given. DO NOT WORK IN GROUPS. You may ask your TA for minor assistance. You may use your tab manual (pages 31-39). Please write your final structures in...

ADVERTISEMENT
Free Homework Help App
Download From Google Play
Scan Your Homework
to Get Instant Free Answers
Need Online Homework Help?
Ask a Question
Get Answers For Free
Most questions answered within 3 hours.
ADVERTISEMENT
ADVERTISEMENT
ADVERTISEMENT