User profile: boombakumaar13

User info
User name:boombakumaar13
Name:Kumaresh Halder
Location:kolkata
Bio:student
History
Joined:
Number of posts:2
Latest posts:

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...