This is a WIPRO model placement paper for placement preparation. This placement paper will cover aptitude, logical and reasoning, verbal and coding questions that are… Read More
Category Archives: GeeksQuiz
This is a WIPRO model placement paper for placement preparation. This placement paper will cover aptitude, logical and reasoning, verbal and coding questions that are… Read More
This is a WIPRO model placement paper for placement preparation. This placement paper will cover aptitude, logical and reasoning, verbal and coding questions that are… Read More
This is a WIPRO model placement paper for placement preparation. This placement paper will cover aptitude, logical and reasoning, verbal and coding questions that are… Read More
Given a number, the task is to check if this number is Armstrong or not using Command Line Arguments. A positive integer of n digits… Read More
Given a number, the task is to check if this number is Odd or Even using Command Line Arguments. A number is called even if… Read More
Given a number ‘n’, the task is to print the Fibonacci series using Command Line Arguments. The Fibonacci numbers are the numbers in the following… Read More
Given a number, the task is to find the Factorial of this number using Command Line Arguments. Factorial of a non-negative integer is the multiplication… Read More
Given two numbers, the task is to find the average of two numbers using Command Line Arguments. Examples: Input: n1 = 10, n2 = 20… Read More
Given two numbers, the task is to find the HCF of two numbers using Command Line Arguments. GCD (Greatest Common Divisor) or HCF (Highest Common… Read More
Given two numbers, the task is to find the LCM of two numbers using Command Line Arguments. LCM (Least Common Multiple) of two numbers is… Read More
Given two numbers, the task is to swap the two numbers using Command Line Arguments. Examples: Input: n1 = 10, n2 = 20 Output: 20… Read More
Given two Strings, the task is to concatenate the two Strings using Command Line Arguments. Examples: Input: str1 = "hello", str2 = "world" Output: helloworld… Read More
Given three numbers, the task is to find the greatest of three numbers using Command Line Arguments. Examples: Input: A = 2, B = 8,… Read More
Given a number N, the task is to check if N is a Leap Year or not, using Command Line Arguments. Examples: Input: N =… Read More