Yes but you can only use it one time. If you print joshAge+19
it will work, but it wont change the joshAge
variable, for that you would need to set joshAge
to joshAge+19
which would look like joshAge + joshAge + 1
Yes but you can only use it one time. If you print joshAge+19
it will work, but it wont change the joshAge
variable, for that you would need to set joshAge
to joshAge+19
which would look like joshAge + joshAge + 1