HomeAuthor: Riya

Riya

Showing 1 - 20 of 58 results
This C# program serves as a demonstration of bitwise operators, which are fundamental operators used for manipulating individual bits in...
In this task, we will write a C# program to find the average of all the elements in an array....
In geometry, Pythagoras theorem is used to find the length of the hypotenuse of a right-angled triangle. In this task,...
In mathematics, nPr representsย the number ofย permutationsย of n objectsย taken r at aย time. In thisย task, we willย write a C# programย to find nPr....
In statistics, the mean isย the average ofย a set of numbers. In this task, we will writeย a C# programย to find the...
In statistics, the standard deviation is a measure of the amount of variation or dispersion of a set of values....
In this example, weโ€™ll create a simple C# program to determine the largest of two given numbers, demonstrating basic comparison...
In this example, weโ€™ll create a C# program to calculate and display the factorial of a given number, showcasing the...
In this example, we will create a C# program to find and print all the prime numbers between 1 and...
In this example, we will create a C# program to determine whether a given number is a perfect number, demonstrating...
C# provides a convenient way to generate random numbers for various purposes, such as simulations, games, and testing. In this...
This C# program checks whether a given number is an amicable number or not. An amicable number is a pair...
This Python program explores Depth-First Search (DFS) traversal in a binary tree, specifically using the post-order technique. Post-order traversal follows...
Dictionaries in Python are key-value pairs that provide efficient data storage and retrieval. This program demonstrates how to create a...
Python dictionaries provide a convenient way to map keys to values. This program demonstrates how to create a Python program...
In Python, objects can have attributes that store various types of data. This program illustrates how to create a Python...
String comparison and manipulation are vital aspects of programming. This program focuses on demonstrating how to create a Python program...
In the realm of programming, string manipulation is a fundamental skill. Counting the number of vowels in a string is...
Dictionaries are versatile data structures in Python that allow you to map keys to corresponding values. This program demonstrates how...
String manipulation is a fundamental skill in programming, and one common task is to determine whether a substring exists within...

Categories

Archives