1) What is Pure Function?
A pure function is a function
which accepts the same input and returns the same output.
It will not produce any side effects.
Example 1:
Example 2:
...
Question:
Program to find largest digit in the given input and calculate the multiples of the largest digit with all individual digits to single digit
Input: 123
Output: Result: 9
Program:
import...
Question:
Program to remove special characters and print sum of print sum of the unique numerical characters in the given string
Input: 123%#$.257
Output: Sum: 18
Program:
import java.io.*;
public...
Question:
Program to remove duplicate characters in the given string
Input: 123346778
Output: 12345678
Program:
import java.io.*;
public class LetUsCodeinJava {
public static...
Question:
Program to remove special characters in the given string
Input: 1746%$10.
Output: 174610
Program:
import java.io.*;
public class LetUsCodeinJava{
public static...
amazon is the one of the leading and big online shopping website. Even if it is leading or big online shopping website, it may have some sort of loop holes or small hacks. Now I am going to explain...
Here is an amazing WhatsApp trick to access Wikipedia in the WhatsApp, Just follow the below steps to access Wikipedia in your WhatsApp.
Step 1: Save...
table {
border-collapse: collapse;
width: 100%;
}
th, td {
text-align: left;
padding: 8px;
}
tr:nth-child(even){background-color: #f2f2f2}
Andy Rubin is one of the creators of...
Write a JAVA program to print following output?
Input Format:
tech prompt
Output Format:
TECH PROMPT
Tech Prompt
Program:
import java.io.*;
import java.lang.*;
public class Test{
public...