Ankita Saini has Published 319 Articles

Swift Program to calculate the volume and area of Sphere

Ankita Saini

Ankita Saini

Updated on 25-Aug-2022 08:59:43

238 Views

This tutorial will discuss how to write a Swift program to calculate the volume and area of the Sphere. A sphere is a three-dimensional round solid shape or object. Or we can say a sphere is a shape that is defined in three axes: x-axis, y-axis, and z-axis. It does ... Read More

Swift Program to calculate the volume and area of the Cylinder

Ankita Saini

Ankita Saini

Updated on 25-Aug-2022 08:56:31

259 Views

This tutorial will discuss how to write a Swift program to calculate the volume and area of the cylinder. A cylinder is a three-dimensional shape that has two identical parallel circular bases joined by a curved surface.Volume of the Cylinder The amount of space occupied by the cylinder in the ... Read More

Swift Program to calculate the sum of first N odd numbers

Ankita Saini

Ankita Saini

Updated on 25-Aug-2022 08:51:55

385 Views

This tutorial will discuss how to write a Swift program to find the sum of first N odd numbers.A number that is not divisible by 2 or we can say that when an odd number is divided by 2 then it leaves some remainder such type of number is known ... Read More

Swift Program to calculate the sum of all odd numbers up to N

Ankita Saini

Ankita Saini

Updated on 25-Aug-2022 08:29:48

464 Views

This tutorial will discuss how to write a Swift program to find the sum of all odd numbers upto N. A number that is not divisible by 2 or we can say that when an odd number is divided by 2 then it leaves some remainder such type of number ... Read More

Swift Program to calculate the sum of first N even numbers

Ankita Saini

Ankita Saini

Updated on 25-Aug-2022 08:25:26

215 Views

This tutorial will discuss how to write a Swift program to calculate the sum of first N even numbers. A number that is multiple of 2 or we can say that a number that is completely divisible by 2(that means leaves no remainder) is known as even number. For example, ... Read More

Swift Program to calculate the sum of all even numbers up to N

Ankita Saini

Ankita Saini

Updated on 25-Aug-2022 08:20:06

982 Views

This tutorial will discuss how to write a Swift program to calculate the sum of all even numbers upto N. A number that is a multiple of 2 or we can say that a number that is completely divisible by 2(that means leaves no remainder) is known as even number. ... Read More

Swift Program to find the hypotenuse of a right-angled triangle with sides l and b

Ankita Saini

Ankita Saini

Updated on 25-Aug-2022 08:12:22

235 Views

This tutorial will discuss how to write a Swift program to find the hypotenuse of a right-angled triangle with sides l and b. A triangle in which one angle is equal to 90 degrees and the sum of the other two angles is also 90 degrees then such type of ... Read More

Swift Program to calculate the area of the rhombus

Ankita Saini

Ankita Saini

Updated on 25-Aug-2022 08:08:24

168 Views

This tutorial will discuss how to write a Swift program to calculate the area of the rhombus. A rhombus is a closed two-dimensional figure or we can say that a rhombus is a quadrilateral whose all the sides are equal and the diagonals intersect each other at a right ... Read More

Swift Program to calculate the volume of Cube

Ankita Saini

Ankita Saini

Updated on 25-Aug-2022 07:51:24

314 Views

This tutorial will discuss how to write a Swift program to find the volume of cube. A cube is a solid three-dimensional shape with six square faces and all the sides of the cube are of equal length(that means Length = Breadth = Width). It is also known as a ... Read More

Swift Program to calculate the area of Cube

Ankita Saini

Ankita Saini

Updated on 25-Aug-2022 07:32:58

206 Views

This tutorial will discuss how to write a Swift program to find the area of the cube. A cube is solid three dimensional shape with six square faces and all the sides of the cube are of equal length(that means Length = Breadth = Width). It is also known as ... Read More

Advertisements