Hello I am using swift and when I am trying to use and increment it outputs a pair of parenthesis.
var initialScore = 8
let TotalScore = initialScore+=1
The error comes out as
Constant 'TotalScore' inferred to have type '()', which may be unexpected
Please help me!