Commit 1cc7a98

mokha <mokha@cisco.com>
2019-05-04 17:40:03
fix spacing
1 parent a5133d8
Changed files (1)
assignments
assignment1
assignments/assignment1/README.md
@@ -148,9 +148,9 @@ You can find the square root of a number by calling the standard function Math.s
 For example, the statement `double y = Math.sqrt(x)` sets `y` to the square root of `x`.
 
 I. Given the right triangles described below, write a program to compute the lengths of the remaining sides using a program.
-a. a=48andc=80
-b. a=84andc=91
+a. a=48, c=80
+b. a=84, c=91
 
 II. Determine if the following triangles are right-angled triangles:
-a. a=45,b=55,andc=75
-b. a=28,b=45,andc=53
+a. a=45, b=55, c=75
+b. a=28, b=45, c=53