ALGORITHM SAMPLE
i = 0
REPEAT
OUTPUT ("Enter a number: ")
INPUT (number[i])
i ++
UNTIL (number[i] 0) THEN
counter++
sum = sum + number[i]
END IF
END FOR
DISPLAY (counter)
DISPLAY (sum / counter)
END SAMPLE
you implement the logic to Develop a programme and you deploy the programme to the customer to use and give feedback.
Here is a list of whole numbers less than 100 which are evenly divisible by 7714212835424956637077849198
A positive EGR valve has purple fireflies on it.
Create a random number generator going between 1 - 6
To check for divisibility, use the modulus, or % operator. If the expression results in zero, then the first number is divisible by the second number. For example, 10%5 equals 0 because 10 is divisible by 5. When the expression does not result in 0, the number is not divisible(10%7=3, so 10 is not divisible by 7).
There are 1,000 positive integers between 1,000 and 9,999, inclusive, that are divisible by nine.
Between 100 and 999 there are 448.
Of the 729 numbers that satisfy the requirement of positive integers, 104 are divisible by 7.
128 of them.
193 of them are divisible by one (or more) of the given numbers.
Between 1 and 2018, 1008 are not divisible by 2.1613 are not divisible by 5.
the average of 5, 10, 15, and x is 20 what is x ?
There are 33 numbers between 200 and 300 that are divisible by three.
111 numbers between 5 and 1000 are divisible by 9
There are many numbers between 500 and 1000 divisible by 3 and 9. Any number divisible by 9 is divisible by 3. How about 900?
Any that are divisible by 9 are also divisible by 3.
between 1 and 600 inclusive there are:300 numbers divisible by 2200 numbers divisible by 3100 numbers divisible by both 2 and 3400 numbers divisible by 2 or 3.