Exercise #7 - Using While and For Statements
Exercise #7 - Using While and For Statements
Instructions:
Generate the numbers from 1 – 99 but the sequence should start with a positive number then a
negative number and so on … using a single while statement only.
Enter ten numbers at random and will add only the odd numbers. The sum of odd numbers will
be displayed after inputting 10 numbers. The instruction is to use a single for statement only.
2. Apply only the techniques/lessons taken from Week 2 – 13. Solutions should be within the topics
learned in the past weeks and today.
3. Place comments within your program so that we would know what is happening.
4. Create two flowcharts – one for generating odd numbers 1-99 using while statement; one for entering
ten (10) numbers at random and getting the sum of odd numbers using for statement. The flowchart will
be the basis for your checking your program. Incorrect flowchart would mean incorrect program.