You are on page 1of 2

:1

0
6 ++c
<include<iostream.h#
<include<math.h#
}()void main
(++for(int i=0;i<6;i
{;cout<<i<<\t<<sqrt(i)<<endl

: 2

:
<include<iostream.h#
<include<math.h#
}()void main
{;cout<<ceil(3.1415)<<endl

:3
:

<include<iostream.h#
<include<math.h#
}()void main
{;cout<<floor(3.1415)<<endl

:4
z
(Z=3x2+2xy+sin(xy
<include<iostream.h#
<include<math.h#
}()void main
;float x,y
;cin>>x>>y
; (double z=3*pow(x,2)+2*x*y+sin(x*y
{; cout<<z<<endl

:5

++c x ,y y

++c
:

<include<iostream.h#
<include<math.h#
}()void main
;int x,y
;:cout<<enter two numbers
;cin>>x>>y

{;cout<<pow(x,y)<<endl

:6
++c

++c
:
<include<iostream.h#
<include<math.h#
}()void main
;float x
;:cout<<enter number
;cin>>x
{;cout<< fabs(x)<<endl

You might also like