Dec 17, 2010 at 1:27am UTC
ttet
Last edited on Jan 7, 2011 at 10:03am UTC
Dec 17, 2010 at 1:33am UTC
If someone writes the code for you then you will always be a beginner and you will never be proficient.
You need to write the code yourself and ask here when you have a problem.
Dec 17, 2010 at 1:57am UTC
cmon man it's just this once..the assignment is due tomorrow ..hence using this option as a last resort..save me this time and i promise you i will study more about c++ and better myself..and i wiil write a program for you according to your needs...deal? :)
Dec 17, 2010 at 4:35am UTC
Have you come up with anything yourself? if so post it.
Dec 18, 2010 at 1:53am UTC
#include <iostream>
#include <cstdlib>
#include <cmath>
using namespace std
void main ()
{
int monthb,dateb,yearb;
cout<<"Enter your date of birth"<< endl;
cin>>dateb;
cin>>monthb;
cin>>yearb;
(I'm unsure about the the floor function and the prime factors thing...but i know how a basic program is constructed though....plz help!!)
Dec 18, 2010 at 3:42am UTC
Last edited on Dec 18, 2010 at 3:46am UTC