Monday 17 March 2014

What is to be a programmer



I imagine how it is easy to think in one dimension.This is one fact that make the introduction to computer programming one of the hardest tasks to students especially when fast introduced  to C-programming.
A programmer should always think in a multidimensional way to avoid era's for example if you checkout this code you will understand what i mean.

if(i>20){
 printIn("marks"+grade);
}
 else{
 printIn("marks")
}
This is how a programmer will solve his/her daily life issues no matter the case
                                                       by http://www.mixtratechnologies.blogspot.com

Friday 14 March 2014

Body Mass Index Calculator

This is a calculator that calculates the body mass using weight and height
Body mass = (weight)/(height*height)
Calculating the body mass index will help you understanding your health  because if you are
obsess you will be given the way to go about to reduce weight.
Take for example an underweight person the body mass index is below 19.0 and this calculator uses
weight and height to find this.

Body Surface Area calculator





This is a calculator that is used to find the body surface area using a variety of formulas as follows:

The Mosteller¹ formula

BSA (m²) = ( [Height(cm) x Weight(kg) ]/ 3600 )½
The SI unit for BSA is


The Gehan and George4 formula

BSA (m²) = 0.0235 x Height(cm)0.42246 x Weight(kg)0.51456

The SI unit for BSA is
 let me consider this two formulas now as am using then to make my new mobile application tSo be called Body Surface Area calculator




Twitter