Posts by Anne Caroline Glory Prince

Author Biographical Info: Not available

Program to print the minimum steps to reach 0 in C++

By Anne Caroline Glory Prince

In this tutorial, we will learn how to print the minimum steps to reach 0 or zero in C++. The program accepts the number ‘N’ and any integer ‘K’. TheĀ  prog.... Read More

Digits – reverse pattern using C++

By Anne Caroline Glory Prince

In this tutorial, we will learn how to reverse the digits of the integer in reverse pattern using C++ program. The integer is obtained as input. It is put into an array and each di.... Read More

How to print n*n integers with asterisks pattern using Java

By Anne Caroline Glory Prince

In this tutorial, we will learn how to print the n*n integers with asterisks pattern in java. The program requires an integer as input. The integer decides the total number of rows.... Read More

Program to split and product the integer in all possible ways in C++

By Anne Caroline Glory Prince

In this tutorial, we will learn how to split the integer into 2 in all possible ways in C++ and the program prints the product of those integers as output. Input integer is obtaine.... Read More

Program to print X characters up to X in C++

By Anne Caroline Glory Prince

In this tutorial we will learn how to print X characters up to X in a word. The program accepts a word and an integer X. The program finds the length of the word and checks it̵.... Read More

Print alphabet mirror image pattern in C++

By Anne Caroline Glory Prince

In this tutorial we will learn how to print the alphabet mirror image pattern. The program accepts the integer and prints the pattern as output. The variable ‘rows’ is .... Read More

C++ Program to remove only the tenth digit of the number

By Anne Caroline Glory Prince

In this tutorial, we will learn how to remove only the tenth digit of a number in C++. This program removes only the tenth digit of the integer. How to put an integer into an array.... Read More

Print the consonants circularly using C++

By Anne Caroline Glory Prince

In this tutorial, we are going to learn how to print the consonants in the circular fashion in C++. The input is an alphabet and the program commences from that alphabet and prints.... Read More

Related Posts