By using this site, you agree to our Privacy Policy and our Terms of Use. Close

LOL I forgot to add some codes to my program while making the number guessing game and guess what happens??? Here, compile and run this on any C++ platform...LOL it's funny..

#include
using namespace std;
int main(void)
{


double dnumber;
double danswer;



cout dnumber ;


if (dnumber == danswer) ;

cout