C Programming – Replace all ‘0’ with ‘5’ in an input Integer – Mathematical Algorithms – The idea is simple, we get the last digit using mod operator ‘%’.
write a program in java to print the following pattern
2 Articles
2
Java Programming – Print all possible combinations of r elements in a given array of size n – Mathematical Algorithms – Given an array of size n and r is 2.