numbers those are divisible by 7 between 1 and 100#include<iostream.h> #include<stdio.h> #include<conio.h> void main() { int i; clrscr(); cout<...
program to read 3 values,and find largest btwn the 3#include<iostream.h> #include<stdio.h> #include<conio.h> void main() { int a,b,c; cout<<"enter...