LOOPS: (a) Write a while loop to count from 1 to 100, displaying each number: 1 2 3 4 .... 99 100 (b) Change (a) to a for loop (c) Calculate sum of numbers 1 to 100: 1+2+3+4+....+99+100