0
What will be printed to the screen after the following statements? let b = 20 var a = 5 a = b let c = b * (a > 10 ? 2 : 3) print
Help me solve it
2 Réponses
+ 2
1) You code is incomplete
2) you can always use code playground to find out the output of the program
3) you have posted same question twice.(might be a network issue) just delete it to avoid confusions
- 3
40