answersLogoWhite

0


Best Answer

#include<stdio.h>

#include<conio.h>

#include<math.h>

void main()

{

int i,a[99];

clrscr();

printf("The numbers which are divided by 5 and 7 are\n");

for(i=50;i<100;++i)

{

if((a[i] % 7 0))

{

printf("%d\t",a[i]);

}

}

getch();

}

User Avatar

Wiki User

12y ago
This answer is:
User Avatar

Add your answer:

Earn +20 pts
Q: How make a program of numbers divid by 5 and 7 on rage between 50 100 by using while loop?
Write your answer...
Submit
Still have questions?
magnify glass
imp
Related questions

How to write a C program to find largest 2 numbers using pointers?

program to find maximum of two numbers using pointers


Program to count the number of numbers in an array using 8085 microprocessor?

A program which is used to count the number of numbers in an array using a 8085 microprocessor is known as a assembly language program.


What is 50 times 3 divid 50 plus 17 divid 2?

Using a calculator, you can find out that 50*3/50+17/2 is equal to 11.5


How do you write a program to read set of numbers using by an array and display the ascending order of the given input numbers?

To write a C++ program to display the student details using class and array of object.


How do you write an assembly language program to find the sum of n numbers using array?

write an assembly language program to find sum of N numbers


What will be the program to arrange numbers stored in array in ascending order using pointers?

sorry


Solve using long division 2x2 plus 10x plus 12 divid by x plus 3?

# I think the answer is=504 . # If you divid 2 and 2 you will get 4 # 4 +10 =14 # so 14 and 12 wud =168 # so 168 divid by 3 wud =504 # so the answer is =504 # I think the answer is=504 . # If you divid 2 and 2 you will get 4 # 4 +10 =14 # so 14 and 12 wud =168 # so 168 divid by 3 wud =504 # so the answer is =504


Write a program to find the product of two numbers using Halving and Doubling method?

i need this answer


C plus plus program using for loop that prints all even numbers between and including 10 and 1000?

#include using std::cout;using std::endl;int main(){cout


C plus plus program to find all even numbers between 100 and 150 using for loop?

#includeint main(){int i;for(i=2;i


Sum three real numbers using for loop in c program?

take input n chodo


Write a program large number and small number among n numbers by using If statement?

12