Answer:
Answered below
Explanation:
Class Unique{
public static void main(String args[]){
int myArray[] = {1, 2, 3, 4};
int newArray[];
int i;. int j; int k;
for(i = 0; i < myArray.length; I++)
for(j = 0; j< myArray.length; j++)
for(k = 0; k< myArray.length; k++){
if(i != j && j!= k && i != k ){
newArray.add(myArray[i] + myArray[j] + myArray[k]);
}
}
int count = 0;
for(int m = 0; m < newArray.length; m++){
count++;
}
System.out.print(newArray, count)
}
}
Answer:
c. notes view
Explanation:
Assuming you're talking about a slideshow program, like Microsoft PowerPoint, the notes view lets you see the speaker notes.
The normal view is the one used normally to present the regular slideshow content, it's formatted for a screen view.
The handout view is same as normal view, but formatted for print.
The slide sorter view is a general overview of your presentation allowing you to move your pages around.
Answer:
True is the correct answer for the above question.
Explanation:
- The loop is used to repeat some specifies tasks for a finite amount of time. It is of three types:- For, Do-while and While.
- The While Loop is a Loop that has two things:- 1. The condition is used to decide that the loop statement executes or not and 2. Some line of the statement which holds the operation which helps the condition to be false after a finite iteration of the loop, so the loop executes finite times.
- The question-statement also wants to state which is described above. Hence the Question statement is a true statement.
Answer:
The last bracket "define project scope and assumptions, estimate cost, create project feature requirements, and note risks."
Explanation:
Project proposals are showing the audience what the project is, how much it will cost them, necessary requirements to achieve, and risks (financial, physical, etc..). That sentence covers all of that.
The correct answer is; provide a printout of her slideshow.
Further Explanation:
Linda should provide the printout of the slideshow for the people who could not attend the presentation. This way they are getting clear and concise information that they missed. They will have all the details she gave in person and will not be lacking any of the important information.
She can do this by using the "print notes" on her page if there is that option available. If not, she can use another method. Linda should make sure that each person received their copy either via office mail or email. She can also email her coworkers and ask them to pick up their copy at their convenience.
Learn more about slideshows at brainly.com/question/11837867
#LearnwithBrainly