The source code to calculate the surface area, volume of the Cone is given below. The given program is compiled and executed successfully. // Rust program to calculate the// Surface Area and Volume of Sphereuse
Find the volume, curved surface area and the total surface area of a cone whose height is 6 cm and slant height 10 cm. (Take π=3.14) View Solution Find the volume, curved surface area and the total surface area of a cylinder with diameter of base 7 cm and height 40 cm. View Solut...
The source code to calculate the surface area, volume of the Cone is given below. The given program is compiled and executed using GCC compile on UBUNTU 18.04 OS successfully. // C program to find the surface Area and// volume of Cone#include <stdio.h>#include <math.h>intmain() {floa...
/* * C Program to Find the Volume and Surface Area of Cuboids */#include <stdio.h>#include <math.h>intmain(){floatwidth,length,height;floatsurfacearea,volume,space_diagonal;printf("Enter value of width, length & height of the cuboids:\n");scanf("%f%f%f",&width,&length,&height);sur...
A solid cylinder has total surface area of 462 square cm. Its curved surface area is one-third of its total surface area. Find the volume of the cylinder. (Takeπ=22/7) View Solution Doubtnut is No.1 Study App and Learning App with Instant Video Solutions for NCERT Class 6, Class 7...
Surface Areas and Volume of 3d shapes are given here. Click to read how to find surface area and volume of different shapes such as Cube, Sphere, Cone, Cylinder and Cuboid easily with examples at BYJU'S.
The source code to calculate the surface area, volume of the Cone is given below. The given program is compiled and executed successfully. // Rust program to calculate// the surface area, volume of Coneusestd::io;fnmain() {letmutheight:f32=0.0;letmutradius:f32=0.0;letmutarea:f32=0.0...
NCERT solutions for CBSE and other state boards is a key requirement for students. Doubtnut helps with homework, doubts and solutions to all the questions. It has helped students get under AIR 100 in NEET & IIT JEE. Get PDF and video solutions of IIT-JEE Mains & Advanced previous year pap...
Find the volume of a sphere whose surface area is 154 cm^(2). 01:48 A dome of a building is in the form of a hemisphere. From inside, it w... 04:03 Twenty-seven solid iron spheres, each of radius r and surface area S a... 05:20 A capsule of medicine is in the shape of...
Cthe work done per unit area decreasing the surface area of a liquid under adiabatic conditions Dfree surface energy per unit volumeSubmit Surface tension acts Aonly at the free surface of the liquid Binside the liquid Cat the bottom of the liquid Dat all places of contact between the liqui...