•February 3, 2010 •
Leave a Comment
This code displays the Square and the Cube of the numbers inputted by the user. Enjoy everyone:-)
#include<iostream>
#include<conio.h>
#include<math.h>
#include<stdlib.h>
using namespace std;
int square(int x);
int main()
{
int a,b,c,d,e;
int counter=1;
cout<<”OUTPUT:\n\n”;
cout<<”The Square Cube Square Root Numbers\n\n”;
cout<<”Enter number of inputs: “;
cin>>a;
for(counter=1;counter<=a;counter++)
{
cout<<”Enter number “<<counter<<”: “;
cin>>b;
}
cout<<”Integer\t\tSquare\t\tCube\t\tSquare Root\n”;
cin>>b;
getch();
}
int square(int y)
{
return y*y;
}
Posted in C/C++ Programming Language, Personal Posts
•February 3, 2010 •
Leave a Comment
A code that identifies if the 5 digit integer inputted by the user is palindrome or not. Enjoy everyone:-)
#include<stdio.h>
#include<conio.h>
#include<stdlib.h>
main()
{
int count = 1, a ,b,c,d,e,num1;
while(num1 != -1)
{
printf("Enter Number(-1 to end):");
scanf("%d",&num1);
if (num1 == -1) {
break;}
else {
a = num1%10;
num1 /= 10;
b = num1%10;
num1 /= 10;
c = num1%10;
num1 /= 10;
d = num1%10;
num1 /= 10;
e = num1%10;
printf("\nThe numbers are : %d %d %d %d %d", e,d,c,b,a);
if (a == e and b == d)
printf("\nIt is palindrome");
printf("\n\n");}
count = count + 1;
}
getch();
}
Posted in C/C++ Programming Language, Personal Posts
•February 3, 2010 •
Leave a Comment
A sample code that allows the user to input the range of numbers to be inputted, then locates the largest and smallest number in the lists. Enjoy everyone:-)
#include<stdio.h>
#include<conio.h>
int main()
{
int howmany,counter;
int large,small,num;
counter=1;
large=0;
printf("Enter how many numbers to be entered:");
scanf("%d",&num);
while(counter<=num){
printf("\nEnter number:");
scanf("%d",&howmany);
if (howmany>large)
large=num;
if (counter==1)
small=howmany;
if (howmany<small)
small=howmany;
counter++;
}
printf("The largest is :%d\n",large);
printf("The smallest is :%d\n",small);
getch();
}
Posted in C/C++ Programming Language, Personal Posts
•February 3, 2010 •
Leave a Comment
#include<stdio.h>
#include<conio.h>
Here is a sample code that allows the user to enter an integer with 7's, then it counts how many number 7's are present. Understand the code before copying. Enjoy everyone:-)
int main()
{
int count = 1,num1, all,num3;
all = 0;
while ( count <= 10)
{
printf("Enter Number%d:",count+0);
scanf("%d",&num1);
if (num1 == 7)
all = all + 1;
count= count + 1;
}
printf("Total of 7s is : %d", all);
getch();
}
Posted in C/C++ Programming Language, Personal Posts
•September 20, 2009 •
1 Comment

The much awaited comeback of the undisputed pound-for-pound king Floyd Mayweather is scheduled on September 19, 2009 as he face head to head against number one mexican boxer Juan Manuel Marquez. This is a catch weight (143 pounds) match between the two best fighters in the world.
After a long way run of training and practices of this two worlds greatest fighters, the time has come to witness their stamina and strength in the ring. Who will stand against the other? and Who will fall in the end?
Watch full video stream at this link: http://pinoyjobless.com/2009/09/mayweather-vs-marquez-live-stream/
Posted in Sports and Trivia
•July 10, 2009 •
1 Comment
Having problem of losing the folder options, registry editor, run menu, search option, task manager, and cmd prompt? Here’s a simple yet effective tool that can solve your problem about that. The “Mini Task Manager” - a tool which includes restriction remover and killing processes that keep your PC from bugging down.
How to use this? Just simply click any of the six (6) buttons in the left side of the application (includes: task manager, cmd prompt, registry editor, folder options, run menu, and search option. Then, press the reboot your pc if possible. Enjoy everyone! Have a nice day!
Posted in Computer Hardware and System Technology, Latest Innovations, Personal Posts, Technological Issues
•May 21, 2009 •
Leave a Comment
The India’s Largest Financial & Business Blog I viewed today is a great blog which talks about economy, worldwide and indian economy, economy trends, and has a market outbox which describes web blogs and web pages that are currently active in the Internet. Informations and data given by the admin in this page is very helpful to viewers and web surfers because of its accuracy when it comes to economic trends. So, why not view this web page and see have some insights about economic relations. Have a nice day everyone!:-)
Below is a screen shot of the said webpage…

Posted in Personal Posts, Technological Issues
•May 3, 2009 •
3 Comments
Here’s another simple yet alluring web blog which tackles about the following catergoris:financial/economical products, current events, the life as a wife of the author, a mother, and dog lover. A blog which includes some personnal posts and topics that is eager to read by readers, internet surfers, and other people who are hooked up with technology. Below is a screen shot of the blog.

Click here to open Hodge Podge Blog. Enjoy everyone! Have a blessed summer vacation!:-)
Posted in Personal Posts, Technological Issues
•May 3, 2009 •
Leave a Comment
The most priceless being in my life is “MY FAMILY”(mother, father, sister, etc.),it’s because without them I wouldn’t be here by
now, without them I wouldn’t have a chance to meet people as nice as you do…and yeah…it’s you!:-p, and most of all,without them I wouldn’t be able to see how wonderful the world is. I know all of us values our family the most..right?and if ever you say:“No,I don’t value my family”,I can only say two(2) words for you:“YOUR DAMN!”.
I have 3 precise reasons why I choose “MY FAMILY” as the most priceless being in the whole wide world,First,it’s my choice…Second,they’re the one who molded me as a responsible person by now,and Lastly,they’re the one who teaches me to choose from what is right and wrong. But being in a practical world some of us don’t remember our family as the most important beings in this world, it’s because most of us are being too materialistic,but who cares it’s your choice,not mine…:-p,I don’t need fancy cars or flashy jewelries,all I need is the presence of my family because for me being with my family is what makes my life worth living,(^_^).The only thing that I could say to people who don’t value their family is,“Value your family especially your parents before it’s too late”.(n_n)
Posted in Love and Ways of Courtship, Personal Posts