Ankita Saini has Published 319 Articles

Swift Program to Print Mirror Upper Star Triangle Pattern

Ankita Saini

Ankita Saini

Updated on 03-Nov-2022 11:24:34

254 Views

This tutorial will discuss how to write swift program to print mirror upper star triangle pattern. Star pattern is a sequence of “*” which is used to develop different patterns or shapes like pyramid, rectangle, cross, etc. These star patterns are generally used to understand or practice the program flow ... Read More

Swift program to Print Upper Star Triangle Pattern

Ankita Saini

Ankita Saini

Updated on 03-Nov-2022 11:19:46

822 Views

This tutorial will discuss how to write swift program to print upper star triangle pattern. Star pattern is a sequence of “*” which is used to develop different patterns or shapes like pyramid, rectangle, cross, etc. These star patterns are generally used to understand or practice the program flow controls, ... Read More

Swift program to Print Reverse Pyramid Star Pattern

Ankita Saini

Ankita Saini

Updated on 03-Nov-2022 11:15:38

721 Views

This tutorial will discuss how to write swift program to print reverse pyramid star pattern. Star pattern is a sequence of “*” which is used to develop different patterns or shapes like pyramid, rectangle, cross, etc. These star patterns are generally used to understand or practice the program flow controls, ... Read More

Swift program to Print Pyramid Star Pattern

Ankita Saini

Ankita Saini

Updated on 03-Nov-2022 11:11:54

3K+ Views

This tutorial will discuss how to write swift program to print pyramid star pattern. Star pattern is a sequence of “*” which is used to develop different patterns or shapes like pyramid, rectangle, cross, etc. These star patterns are generally used to understand or practice the program flow controls, also ... Read More

Swift Program to Find Maximum Key-Value Pair in the Dictionary

Ankita Saini

Ankita Saini

Updated on 20-Oct-2022 08:26:18

1K+ Views

This tutorial will discuss how to write swift program to find maximum key-value pair in the dictionary. A dictionary is used to store data in the form of key-value pair in the collation without any defined-order. Here the type of the keys are same as well as the type of ... Read More

Swift Program to Find Minimum Key-Value Pair in the Dictionary

Ankita Saini

Ankita Saini

Updated on 20-Oct-2022 08:25:11

614 Views

This tutorial will discuss how to write swift program to find minimum key-value pair in the dictionary. A dictionary is used to store data in the form of key-value pair in the collation without any defined-order. Here the type of the keys are same as well as the type of ... Read More

Swift Program to sort the Dictionary

Ankita Saini

Ankita Saini

Updated on 20-Oct-2022 08:23:58

3K+ Views

This tutorial will discuss how to write swift program to sort a Dictionary. A dictionary is used to store data in the form of key-value pair in the collation without any defined-order. Here the type of the keys are same as well as the type of the values are also ... Read More

Swift Program to Check the dictionary is Empty

Ankita Saini

Ankita Saini

Updated on 20-Oct-2022 08:22:29

1K+ Views

This tutorial will discuss how to write swift program to check the dictionary is empty. A dictionary is used to store data in the form of key-value pair in the collation without any defined-order. Here the type of the keys are same as well as the type of the values ... Read More

Swift Program to Find the Size of Dictionary

Ankita Saini

Ankita Saini

Updated on 20-Oct-2022 08:21:01

640 Views

This tutorial will discuss how to write swift program to find the size of dictionary. A dictionary is used to store data in the form of key-value pair in the collation without any defined-order. Here the type of the keys are same as well as the type of the values ... Read More

Swift Program to display Armstrong Numbers Between Intervals Using Function

Ankita Saini

Ankita Saini

Updated on 20-Oct-2022 08:19:43

252 Views

This tutorial will discuss how to write Swift program to display Armstrong numbers between intervals using function The sum of nth power of individual digit of a number is equal to the number itself, then such type of number is known as Armstrong number. Suppose we have a number 407 ... Read More

Advertisements