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







