Posts by Anne Caroline Glory Prince
Author Biographical Info: Not available
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
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
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
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
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
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
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
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