When designing the logic for a program that outputs every number from 1 through 15 along with is value times 10 and then times 100.
Question 1: How many output statements will need to be coded without loops, also explain how you came up with the number.
Question 2: How many output statements will need to be coded using loops, also explain how you came up with the number.
Question 3: Also show the work by coding the work using pseudocode.
When designing the logic for a program that outputs every number from 1 through 15 along with is value times 10 and then
-
- Site Admin
- Posts: 899603
- Joined: Mon Aug 02, 2021 8:13 am