Music ku

Tuesday, March 29, 2011

Exercises no 6

Find the output for the following segment:-
a) float var 1=25.12, var 2=15.0;
if (var 1<=2)cout<<"var1 less or same as var2";
else cout<<"var1 bigger than var2";

b) in n=20; n/=5;

No comments:

Post a Comment