blob: 2cf6d4858d0a40b2b3b12deb7e779bb0a8e0f3d5 (
plain)
1
2
3
4
5
6
7
8
|
clc
clear
//input
sig=6//stephans constant
//calculation
x=3^4*6*2^2/6//ratio of rate of emission
//output
printf("the ratio of rate of emission is %d and hence larger cube emits faster than smaller",x)
|