// Ex4_9 clc; // Given: E=2.5; // in MeV // Solution: // 1 Mev/atom=96.32GJ/mole E1=E*96.32// GJ/mole E2=0.1*E1;// for 0.1 mole printf("The energy that would be released for 0.1 mole of Co will be = %f GJ",E2)