answersLogoWhite

0


Best Answer

This is a homework assignment. write your homework assignments for you because you have been given them so that you learn the skills you will need in life.

However, if while doing this assignment you have specific things you need help to understand WikiAnswers will be happy to answer these specific questions for you.

User Avatar

Wiki User

8y ago
This answer is:
User Avatar

Add your answer:

Earn +20 pts
Q: Write a program to find the number of and sum of and sum of all integer greater than 100 and less than 200 that are divisible by 7?
Write your answer...
Submit
Still have questions?
magnify glass
imp
Related questions

Explain why 23 is considered to be a prime number?

A prime number is an integer, greater than 1, which is only divisible by 1 and by itself.A prime number is an integer, greater than 1, which is only divisible by 1 and by itself.A prime number is an integer, greater than 1, which is only divisible by 1 and by itself.A prime number is an integer, greater than 1, which is only divisible by 1 and by itself.


What is a prime a number?

The definition of a prime number is an integer, greater than one, that is divisible only by one and itself.


Any Integer greater than 1 that is divisible only by 1 and itself is what kind of number?

prime number


Is 15345 divisible by 1?

When you divide a number by 1, it remains the same. A number is considered divisible is the resulting answer is an integer with no remainder left over. Thus, if the starting number is an integer, it will be divisible by 1. 15345 is an integer, and thus is divisible by 1.


What number is divisible by the most numbers?

There can be no such number. Suppose n is a number that is divisible by k numbers. Suppose p is any integer greater than 1. Then n*p is a number that is divisible by at least k+2 numbers.In this way it is always possible to find another number that is divisible by more numbers.


What number is divisible by 1?

Any integer is divisible by 1.


Is 1 2 3 5 9 or 20 divisible by 15345?

A number is divisible by another number is, after dividing by that number, the answer is an integer with no remainder left over. For this reason, no number can be divisible by a number greater than itself. Thus, neither 1, nor 2, 3, 5, 8 or 20 are divisible by 15,345.


How do you write c program to test that an integer number is divisible by 2?

int isDivisibleByTwo(int N) return N % 2 == 0;


Can i plus see the definition for divisible?

One number is divisible by another number if that division results in an integer.


How could you test that an integer number is divisible by 2?

See if it is an even number. If it is, it's divisible by 2.


Can a negative integer be greater than a positive integer explain?

no , because the negative integer is not a whole number. A whole number is greater than a negative ! (:


What is the code of a c program that will read in a positive integer value and determine If the integer is a prime number and If the integer is a Fibonacci number?

see the program