Answer:
Check the explanation
Explanation:
//GenerateTriangleNumbers.java
import java.util.Arrays;
import java.util.Scanner;
public class GenerateTriangleNumbers {
public static int[] generateTriangleNumbers(int x){
int arr[] = new int[x];
int sum = 0;
for(int i = 1;i<=x;i++){
sum += i;
arr[i-1] = sum;
}
return arr;
}
public static void main( String [] args ){
int n;
Scanner in = new Scanner(System.in);
System.out.print("Enter n: ");
n = in.nextInt();
System.out.println(Arrays.toString(generateTriangleNumbers(n)));
}
}
Kindly check the attached image below for the code output.
Answer:
Episodic
Explanation:
Episodic memory are memory that enables a person to remember most important event that happen to them, which are unique to them and are tied to a specific time and place.
It can be the memory of every day events or experiences that occured to the person at a particular time and date.
Example:
Episodic memory is when an individual remember his /her date of birth or specific events and experiences.
Therefore Knowledge contributes vitally to the development of EPISODIC memory, or recollections of personally experienced events that occurred at a specific time and place.
A ;mo 6 is more than 2 and 75000 is more than 15000
Answer:
01001101 01101001 01100011 01101000 01100001 01100101 01101100
Explanation:
found it online ? its a science website that explains how to do it and what it means.