Back to notes -- Keyboard shortcut: 'u'  previous -- Keyboard shortcut: 'p'        Slide program -- Keyboard shortcut: 't'    Program output - both versions.Lecture 5 - slide 13 : 39
Program 6
2**0 = 1
2**1 = 2
2**2 = 4
2**3 = 8
2**4 = 16
2**5 = 32
2**6 = 64
2**7 = 128
2**8 = 256
2**9 = 512
2**10 = 1024
2**11 = 2048
2**12 = 4096
2**30 = 1073741824
2**40 = 1099511627776
2**50 = 1125899906842624
2**60 = 1152921504606846976