Posts
 
Reputation
Joined
Last Seen
Strength to Increase Rep
+0
Strength to Decrease Rep
-0
0% Quality Score
Upvotes Received
0
Posts with Upvotes
0
Upvoting Members
0
Downvotes Received
6
Posts with Downvotes
4
Downvoting Members
5
2 Commented Posts
0 Endorsements
Ranked #27.9K
~718 People Reached
Favorite Forums
Favorite Tags
c++ x 6
c x 4

2 Posted Topics

Member Avatar for hajkmusic

Here is your solution just see the logic behind the program and if you have any other problem in your learning please contact me i am here for your help. thank you. #include<stdio.h> #include<iostream.h> #include<stdlib.h> #include<conio.h> void main() { int num=0,i,flag=0,div=0; cout<<"Enter a Number: "; cin>>num; for(i=2;i<num;i++) { if((num%i)==0) { …

Member Avatar for JasonHippy
0
247
Member Avatar for ThatBitchYeah

to make menu driven program refer following page [menu driven program.](http://www.programmingcampus.com/2012/09/menu-driven-program-for-arithmetic.html)

Member Avatar for veducator
0
447

The End.