Sorry! Again

This commit is contained in:
Andrew
2021-01-21 14:27:31 -05:00
parent d200984eaf
commit 431650c366
+1 -1
View File
@@ -118,7 +118,7 @@ let c = MathExpression.random()
} }
} }
class quadraticProb{ class QuadraticProb{
//generates the roots //generates the roots
let root1 = Int.random(in: 1...10)//ax^2 let root1 = Int.random(in: 1...10)//ax^2
let root2 = Int.random(in: 1...10)//bx let root2 = Int.random(in: 1...10)//bx