clc //initialisation of variables x= 0.0574 //mole n= 0.1 //mole //CALCULATIONS a= x/n //RESULTS printf ('degree of dissociation= %.3f ',a)