Friday, May 13, 2016

JOB HUNTING

SHELL Nigeria recruitment for Graduate Trainees 2017

SHELL is a global group of energy and petrochemical companies, employing approximately 87,000 people and operating in more than 70 countries and territories. 
Our aim at SHELL is to meet the energy needs of our society in ways that are economically, socially and environmentally viable, now and in the future.

Shell Graduate Trainee Programme
The Shell Graduate Programme is a development framework that enables new graduates to become fully independent Shell professionals in 2-5 years. At Shell, new graduates have access to an unparalleled range of roles and world-class training and development opportunities


Job Title: Graduate Trainees
Job Description
We are looking to recruit graduates who:
  • Completed their undergraduate degree between 2013 and 2016 
  • Graduated with a minimum 2:1 (Second Class Upper) degree
  • Have completed their National Youth Service Corps (NYSC) programme.
Course of Study 
  • Social Sciences 
  • Law
  • Finance 
  • Mathematics 
  • Statistics 
  • Mechanical Engineering 
  • Chemical Engineering 
  • Petroleum Engineering 
  • Metallurgical Engineering 
  • Electrical Engineering 
  • Geology 
Within our Graduate Programme we have a range of roles for graduate across Technical, Corporate and Commercial areas of our business.  
Available Job Roles
  • Trainee Commercial Adviser 
  • Trainee Production Engineers 
  • Trainee Reservoir Engineers 
  • Human Resource Analyst 
  • Trainee Well Engineers 
  • Trainee Discipline Engineers 
  • Trainee Project Engineers 
  • Trainee Production Geologists 

Note: Applicants who do not meet the above requirement will be regretted. Please be aware that multiple applications will be disqualified and candidate regretted. SHELL does not request monetary payments (eg: for insurance policy, visa/work permit, HUET or HSSE training, special job offer etc) for employment or recruitment.


How to Apply
Interested and qualified candidates should Click Here to Apply

Application Deadline: 14th June 2017.

For more information visit SHELL Nigeria Career Page

Sunday, May 6, 2012

A Quadratic Equation Solver - The Algorithm and Flow Chart

A Quadratic Equation Solver - The Algorithm

The problem Write a program to calculate the roots of a quadratic equation of the form:

displaymath24490

The roots are given by the following formula

displaymath24491

The algorithm

  1. READ values of a, b and c,
  2. if a is zero then stop as we do not have a quadratic,
  3. calculate value of discriminant tex2html_wrap_inline24506
  4. if D is zero then there is one root: tex2html_wrap_inline24510 ,
  5. if D is > 0 then there are two real roots: tex2html_wrap_inline24516 and tex2html_wrap_inline24518 ,
  6. if D is < 0 there are two complex roots: tex2html_wrap_inline24524 and tex2html_wrap_inline24526 ,
  7. PRINT solution.

OR 

 Click here for the Flowchart of this Click Here


ALGORITHM TO SOLVE QUADRATIC EQUATION
1.integer a,b,c;
2.float d,r1,r2,r3,r4,r;
3.print ‘Enter values of a,b,c of a quadratic equation:’;
4.read a,b,c;
5.value of a,b,c is transferred to function ‘quad’and body of function is:
6.d b x b-4 x a x c;
7.if(d<0)
8.print ‘Value of Discriminant is negative’;
9.else
10.if(d=0)
11.print ‘Roots are real’
12.r=-b/2*a;
13.print ‘First and Second root of equation:’,r;
14.else
15.r1 -b+sqrt(d);
16.r2 2*a;
17.r r1/r2;
18.r3 -b-sqrt(d);
19.r4 r3/r2;
20.print ‘First root of equation: ’, r;
21.print ‘Second root of equation: ’, r4;
 




Quadratic

Its Real................You must cin>>>>>

To earn cool Money without Stress

Saturday, May 5, 2012

Earn Money while sleeping... Easy to Accomplish

<a href="http://www.fast2earn.com/-116348/4013.htm" target="_top"><img src="http://www.fast2earn.com/banners/banner_600x600_1059756.jpg" border="0" alt="Lot of Visitors" title="Lot of Visitors" width="600" height="600" /></a><img style="border:0" src="http://www.fast2earn.com/services/imp.php?a_aid=116348&a_bid=4013" width="1" height="1" alt="" />

Just copy the link below and paste it into your browser for easy sigh up


http://fast2earn.com/-116348.htmhttp://