Encryption

ttet
Last edited on
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.
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? :)
Have you come up with anything yourself? if so post it.
#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!!)
main must return int
Double threath
http://www.cplusplus.com/forum/beginner/33214/
Last edited on
Topic archived. No new replies allowed.