Answer:
Your everything
Explanation:
That's your friends opinion that your "ugly" nothing will hurt it you don't take it to the heart. Don't be sorry, if they were truly your friend they wouldn't have said those. Your good yourself you don't have to have to have someone say you are good. You are good as yourself. Don't change, for anyone. Your beautiful. :) <33
Answer: Integrity
Explanation:
Based on the information given, it should be noted that the protection that the hashing activity provides is integrity. In cryptography, hashing is used in the verification of integrity.
To determine integrity, comparison can be made between data and a hash value. When data is hashed at a particular time, the hash value is protected. Then, to ensure integrity, the data can then be hashed again after which it'll be compared to the protected value.
The program that displays the given series is exemplified below. Also, see the meaning of Java.
<h3>What is Java?</h3>
Java is a class-based, object-oriented general-purpose programming language.
The programming language is designed so that developers may write code anywhere and run it anywhere, regardless of the underlying computer architecture.
It is also known as write once, run anywhere (WORA)
<u>Sample program:</u>
public class KboatPattern
{
public static void main(String args[]) {
for (int i = 1; i <= 5; i++) {
for (int j = i; j >= 1; j--) {
System.out.print(j + " ");
}
System.out.println();
}
}
}
Learn more about Java at;
brainly.com/question/26642771
#SPJ1
Def doubleit( string )
return( string + string )