If Else Condition
if (you are a student)
{
// Check:
Books Online
Is It Attitude Or Qualification That Matters
}
else if (you are searching for a job)
{
// Check:
}
else if (you are a fresher in company)
{
// Check:
}
else if (you are leading or managing a team)
{
else if (you want to show some difference globally)
{
}
else
{
}
{
// Check:
Books Online
Is It Attitude Or Qualification That Matters
else if (you are searching for a job)
{
// Check:
else if (you are a fresher in company)
{
// Check:
else if (you are leading or managing a team)
{
// Check:
}else if (you want to show some difference globally)
{
// Check:
else
{
// Check:
Comments
Post a Comment