fix: richter scale exercise grammar
This commit is contained in:
committed by
Inanc Gumus
parent
e2109355ac
commit
546225b989
@ -25,13 +25,13 @@ package main
|
|||||||
// MAGNITUDE DESCRIPTION
|
// MAGNITUDE DESCRIPTION
|
||||||
// ---------------------------------------------------------
|
// ---------------------------------------------------------
|
||||||
// Less than 2.0 micro
|
// Less than 2.0 micro
|
||||||
// 2.0 to less than 3.0 very minor
|
// 2.0 and less than 3.0 very minor
|
||||||
// 3.0 to less than 4.0 minor
|
// 3.0 and less than 4.0 minor
|
||||||
// 4.0 to less than 5.0 light
|
// 4.0 and less than 5.0 light
|
||||||
// 5.0 to less than 6.0 moderate
|
// 5.0 and less than 6.0 moderate
|
||||||
// 6.0 to less than 7.0 strong
|
// 6.0 and less than 7.0 strong
|
||||||
// 7.0 to less than 8.0 major
|
// 7.0 and less than 8.0 major
|
||||||
// 8.0 to less than 10.0 great
|
// 8.0 and less than 10.0 great
|
||||||
// 10.0 or more massive
|
// 10.0 or more massive
|
||||||
//
|
//
|
||||||
// EXPECTED OUTPUT
|
// EXPECTED OUTPUT
|
||||||
|
Reference in New Issue
Block a user