Techniques in Studying to Achieve Success

August 12, 2008

Education is an instruction or training by which people (generally young) learn to develop and use their mental, moral and physical powers. It is where you gain experience, either improving or harmful. In brief explanation, it is the fruit of training or instruction.

It is suitable that a student valuing education should begin with the purpose of studying. We, then , ask what is the purpose of studying? Does it help us in achieving success? These questions will lead us on the goals of studying. Let me help you define your goals I got from Good lad:

Academic Goals often refereed to as functional literacy or core knowledge and skills.

Vocational Goals to prepare students for productive work, economic responsibility and career readiness.

Social and Civic Goals to prepare students to participate in a complex society and especially to ensure the preparation of all young people for maximum effective participation in the civic affairs.

Personal Goals or the development of personal fulfillment and love of learning for its own sake.

Click Here if you are interested to read the Techniques in Studying.

These goals are essential for better education. These goals have techniques in studying.

Dev C++ odd or even codes

March 11, 2008

This is my code of odd and even problem in dev c++. Hope this codes help you!

#include <stdio.h>
#include <conio.h>

int main()
{
int number;

printf("Enter a Number: ");
scanf("%d", &number);

if (number % 2 == 1 )
{
printf("\nOdd Number");
}
else
{
printf("\nEven Number");
}
getch();
}

Get free blog up and running in minutes with Blogsome | Theme designs available here