SlideShare a Scribd company logo
1 of 1
SOLUTIONJUG.COM

CIS/115 Week 5 Exercise

CLICK HERE TO GET THE SOLUTION !!!!!!!!




Assignment (part A): Your goal is to solve the following simple programming exercise. Using a
FOR loop, write an algorithm that displays the squares of the numbers 1 to 10 to console output.
Thought provoking question: Do you need to accept input?

Assignment (part B): Using a pretest WHILE loop, write an algorithm that displays the squares of
the numbers 1 to 10 to console output.

Assignment (part C): This is extra for those who desire a challenge. Accomplish the same output
as above, but use a posttest WHILE loop this time.

Be sure to THINK about the logic and design first (IPO chart and or pseudocode), then code the
Visual Logic command line processing.

Rubric:
When completed staple the following documents together neatly in 1,2,3,4 order:
1) This instruction sheet first
2) The IPO Chart, second
3) The Pseudocode, third
4) The Flowchart and output example last.

CLICK HERE TO GET THE SOLUTION !!!!!!!!

More Related Content

Viewers also liked (6)

Ejercicios de excel. nathypptx
Ejercicios de excel. nathypptxEjercicios de excel. nathypptx
Ejercicios de excel. nathypptx
 
Libras Inclusão
Libras InclusãoLibras Inclusão
Libras Inclusão
 
Plaquette journees du_patrimoine_2014 à Evry
Plaquette journees du_patrimoine_2014 à EvryPlaquette journees du_patrimoine_2014 à Evry
Plaquette journees du_patrimoine_2014 à Evry
 
Open your books and turn to page 10: Getting students to use their e-textbook...
Open your books and turn to page 10: Getting students to use their e-textbook...Open your books and turn to page 10: Getting students to use their e-textbook...
Open your books and turn to page 10: Getting students to use their e-textbook...
 
Mcd minimo comun multiplo
Mcd minimo comun multiploMcd minimo comun multiplo
Mcd minimo comun multiplo
 
Portafolio de trabajo 2 rosa esther
Portafolio  de trabajo 2 rosa estherPortafolio  de trabajo 2 rosa esther
Portafolio de trabajo 2 rosa esther
 

Cis 115 week 5 exercise

  • 1. SOLUTIONJUG.COM CIS/115 Week 5 Exercise CLICK HERE TO GET THE SOLUTION !!!!!!!! Assignment (part A): Your goal is to solve the following simple programming exercise. Using a FOR loop, write an algorithm that displays the squares of the numbers 1 to 10 to console output. Thought provoking question: Do you need to accept input? Assignment (part B): Using a pretest WHILE loop, write an algorithm that displays the squares of the numbers 1 to 10 to console output. Assignment (part C): This is extra for those who desire a challenge. Accomplish the same output as above, but use a posttest WHILE loop this time. Be sure to THINK about the logic and design first (IPO chart and or pseudocode), then code the Visual Logic command line processing. Rubric: When completed staple the following documents together neatly in 1,2,3,4 order: 1) This instruction sheet first 2) The IPO Chart, second 3) The Pseudocode, third 4) The Flowchart and output example last. CLICK HERE TO GET THE SOLUTION !!!!!!!!