Java program to check if a number is a happy number or not. This program will take one number from the user and print one message if it is a happy number or not.
ReadJava program to check if two numbers are amicable or not. We will learn three different methods to check for amicable numbers in Java.
ReadJava program to check if a number is automorphic or not. This program will take one number as input from the user and print one message that it is automorphic or not.
ReadHow to remove the first element of an arraylist in Java. We will learn the definition of remove method and how to use it to remove the element at index 0.
ReadJava program to add a character to the middle of a string. We will learn different ways in Java to add characters to the middle of strings.
ReadJava program to add a character to the start and end of a string. We will learn different ways in Java to solve this problem.
ReadC++ program to find the sum of two numbers by using a class. We will create a calculator class that will find the sum of two user input numbers.
ReadC++ increment and decrement operators. This post will show you how to use prefix and postfix increment and decrement operators with examples.
ReadC fset method explanation with example. fset method can be used to set the file position indicator for a given file stream based on a given value.
ReadHow to convert an integer value to string in C++. We will learn 3 different ways to convert an integer to string in C++ in this post.
Read