R
@Ruchirm702
print all the Prime Numbers between 1 and N.
Java
Prime or not
Java
Sum Of Odd & Even Digits In A Number
Java
Factors of n numbers
Java
Sum the digits (T as input.For each test case)
Java
Given two numbers A & B, print all the numbers from A to B in a single line.
Java
Write a program to print all odd numbers from 1 to N where you have to take N as input from user.
Java
Given a number print true if it is palidrome else false
Java
Given a number , store the reverse of that number in 'int' and then print it (if -ve the print -ve.
Java
Given a number , store the reverse of that number ( as positive only ) in 'int' and then print it .
Java
Sum of given number using While loop
Java