Write a program to find the number of and sum of all integer greater than 100 and less than 200 that are divisible by 7


#include<stdio.h>
#include<conio.h>
void main()
{
   int i, sum=0;
   clrscr();

Write down the characteristics of computer?


: The characteristics of computer is given bolow:-
1. Automatic: computers are automatic machines because once started on a job, they carry on until the job is finished, normally without any human assistance. Some of other characteristics of computers such as speed and accuracy, are due to the fact they are automatic and wark on a problem without any human intervention.