#coding
Read more stories on Hashnode
Articles with this tag
Java program to reverse long number and print it as array · In this blog post, we’ll explore how to write a Java program that reverses a long number and...
Fibonacci series program in java for handling large input value · Fibonacci series using modulo arithmetic: An array res is initialized to store the...
Bitwise operators - Shift bits & Bit insertion in Java · Step 1: Create a mask to clear the bits from position A to position B in X. Step 2: Clear the...
Using System.in and System.out in Java · In Java, System.in and System.out are the standard input and standard output streams, respectively. stdin and...
Java Program for Basic Encoding Problem in Unstop · Given problem statement: Input Format First line contains a single integer denoting the number of...
HackerEarth problem Ali and Helping innocent people solution in java. · A tag is valid if the sum of every two consecutive digits of it is even and its...