OK, the description still seems vague to me, so I believe the region is bounded by the graphs of y = sinx, y = cosx, and the x-axis, between x = 0 and x = pi/2.
This region has a sort of triangular shape but with two curved sides, with vertices at (0, 0), (pi/4, sqrt(2)/2, and (pi/2, 0).
If you revolve this region around the y-axis, you get a sort of donut-shaped solid. There are two ways to get the typical volume element: concentric shells and disks.
By concentric shells, the typical volume element is \DeltaV = pi*x^2*f(x)*\Deltax. f(x) represents the height of the shell, which is sin(x) on the first part of the interval and cos(x) on the second part of the interval. This means you will need to use two separate integrals, one for each subinterval, to represent the volume.
By disks, the typical volume element is \DeltaV = pi*(R^2 - r^2)\Deltay. R represents the radius (the x-value) from the y-axis to curve that is farther away, and r represents the radius (the x-value) from the y-axis to curve that is nearer. Since the thickness of the disk is \Deltay, the two x values for the radii need to be written in terms of y, so you'll need to use inverse functions. IOW since y = cos(x) for the more distant curve, x = cos-1(y) gives the radius R. It's going to be much more complicated to use disks, so I would recommend using shells for this part of the problem.
To find the volume when the region is rotated around the x-axis, use similar reasoning to determine the typical volume element, which can be gotten using the same two techniques I already used.