Do these questions have given answers already?
Answer:
1. If there is a big table or picture needed to show in a single paper.
2. For showing differences between two things.
3. To have more words to fit in a paper
Explanation:
Answer:
Following are the program in the Java Programming Language.
//define function
public static boolean checkPalindrome(String str){
//set integer variable to 0
int a = 0;
//set integer variable to store the length of the string
int n = str.length() - 1;
//set the while loop to check the variable a is less than the variable n
while(a<n)
{
//check the string character is not in the variable n
if(str.charAt(a)!= str.charAt(n))
//then, return false
return false;
//the variable a is incremented by 1
a++;
//the variable n is decremented by 1
n--;
}
//and return true
return true;
}
Explanation:
<u>Following are the description of the following function</u>.
- Firstly, we define boolean type public function that is 'checkPalindrome' and pass string data type argument 'str' in its parameter.
- Set two integer data type variables that are 'a' initialize to 0 and 'n' which store the length of the string variable 'str' decremented by 1.
- Set the While loop that checks the variable 'a' is less than the variable 'n', then we set the If conditional statement to check that the string character is not in the variable n then, return false.
- Otherwise, it returns true.
Answer:
\, /, -
Explanation:
The three symbols are forward slash, backward slash, and the hyphen. These were allowed in previous versions of the MS Word. However, since the MS Word 2016 and a little earlier, these three symbols have been banned. And you will immediately get a message if you use these, to correct, and only then the file will be saved with that new name, and that must not have the forward or backward slash or the hyphen.
Answer:
press and hold
Explanation:
When you press and hold, some open a menu where you can add a link