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 | Sololearn: Learn to code for FREE!
Nouvelle formation ! Tous les codeurs devraient apprendre l'IA générative !
Essayez une leçon gratuite
- 2

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

30th Jun 2020, 8:55 AM
D’ Koder
D’ Koder - avatar
1 Réponse
- 2
answer: 40
30th Jun 2020, 9:11 AM
Og`abek Shomurotov
Og`abek Shomurotov - avatar