Category Archives: Loop
- Home
- Archive by Category "Loop"
- On
- By
- 0 Comment
- Categories: do-while, for loop, function/method, Loop, While loop
How to find reverse number using method in Java
How to find reverse number using method In this article, we will discuss the concept of the How to find reverse number of given number using method In this post, we are going to learn how to find reverse of the given number in Java programming language Code to reverse a number using the loop…
Read More- On
- By
- 0 Comment
- Categories: for loop, pyramid triangle
C# Full Pyramid star pattern program
C# Full Pyramid star pattern program In this article, we will discuss the concept of the C# Full Pyramid star pattern program using a for loop. In this post, we will learn how to write a program in the C# programming language to print the full pyramid star pattern. To create a full pyramid in…
Read More- On
- By
- 0 Comment
- Categories: Characters, do-while, for loop, String, While loop
Program to count vowels,consonants,words, characters and space in Java
Program to count vowels, consonants, words, characters and space in Java In this article, we will discuss the concept of the program to count vowels, consonants, words, characters and space in Java In this post, we are going to learn how to count the total number of Vowels, consonants, words, character and Space of the…
Read More- On
- By
- 0 Comment
- Categories: for loop, multiply, nested for
C Program to multiplication table using Array
C Program to multiplication table using Array In this tutorial , we will discuss about C Program to multiplication table using Array We can display multiplication in C language of various way. In this tutrorial ,we will learn how to display multiplication table using array in C language Here, we can print 12 * 12…
Read MoreC#:Print all prime numbers between 1 to 100 using while loop
C#:Print all prime numbers between 1 to 100 using while loop In this tutorial, we will discuss the concept of the C#:Print all prime numbers between 1 to 100 using while loop In this post, we will learn how to print all prime numbers 1 to 100 using while loop in C# programming language with…
Read MoreC# program to print all prime numbers between 1 to 100 using for loop
C# program to print all prime numbers between 1 to 100 using for loop In this tutorial, we will discuss the concept of the C# program to print all prime numbers between 1 to 100 using for loop In this post, we will learn how to print all prime numbers between 1 to 100 using…
Read MoreProgram for printing first n prime numbers using for loop in C#
Program for printing first n prime numbers using for loop in C# In this tutorial, we will discuss the concept of the Program for printing first n prime numbers using for loop in C# In this post, we will learn how to print first n prime numbers using a for loop in C# programming language…
Read MoreProgram to print prime numbers between 1 to n using C#
Program to print prime numbers from 1 to n using C# In this tutorial, we will discuss the concept of the Program to print prime numbers between numbers of 1 to n using C# In this post, we will learn how to print prime numbers between numbers of 1 to n using C# programming language with…
Read More- On
- By
- 0 Comment
- Categories: Find elements, Loop, prime
C++ program: find first n prime numbers
C++ program: find first n prime numbers In this tutorial, we will discuss the concept of an Example C++ Program: find first n prime numbers in C++ language In this post, we are going to learn how to write a program to find the first n prime number using for, while, and do-while loops in…
Read More- On
- By
- 0 Comment
- Categories: Find elements, Loop, prime
Write a program to find first n prime numbers in Java
Write a program to find first n prime numbers in Java In this tutorial, we will discuss the concept of an Example program – write a program to find first n prime numbers in Java. In this post, we are going to learn how to write a program to find the first n prime number using…
Read More