monteno

Untitled

Mar 11th, 2011
186
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1. INPUT num
  2. INPUT expo
  3. molona = 0
  4. FOR i = 1 TO expo
  5.     FOR i = 1 TO num
  6.         molona = molona + num
  7.     NEXT
  8.  
  9. NEXT
  10. PRINT molona
Advertisement
Add Comment
Please, Sign In to add comment