These are the types of - Anti NetCut3,
Tinywall, Peerblock, Little Snitch[Mac]
Anti NetCut3, Tinywall, Peerblock, Little
Snitch [Mac], yarš -
Answers
Answered by
8
Answer:
this is the right ans...
Explanation:
C++:
#include <stdio.h>
#include <math.h>
int main()
{
float radius;
float surface_area, volume;
printf("Enter radius of the sphere : \n");
scanf("%f", &radius);
surface_area = 4 * (22/7) * radius * radius;
volume = (4.0/3) * (22/7) * radius * radius * radius;
printf("Surface area of sphere is: %.3f", surface_area);
printf("\n Volume of sphere is : %.3f", volume);
return 0;
}
qbasic:
CLS
INPUT “ENTER RADIUS ”; R
A= 4 * 3.14 * R ^ 2
PRINT “TOTAL SURFACE AREA OF SPHERE “; A
END
0.0
0 votes
THANKS
Answered by
4
Answer:
These are the types of - Anti NetCut3,
Tinywall, Peerblock, Little Snitch[Mac]
Anti NetCut3, Tinywall, Peerblock, Little
Snitch [Mac], yarš -
Similar questions