Answer:
Answered below
Explanation:
class TestScores {
double test1;
double test2;
double test 3;
public TestScores (double test1, double test2, double teat3){
this.test1= test1;
this.test2 = test2;
this.test3 = teat3;}
//mutator
public setTest1(double test1){
this.test1 = test1;
}
//accessor
public double getTest1(){
return test 1;
}
//Write same accessors and mutators for test2 and test3
public double getTestAverage(){
double sum = test1+test2+test3;
return sum / 3;
}
}
class TestRun{
public static void main (String [] args){
TestScores scores = new TestScores(50.5, 40.0, 80.7)
int average = scores.getTestAverage();
System.out.print(average);
}
Hope this helps you.. Sorry for the handwriting.
Answer:
Software refers to the programs that run on your computer.
Explanation:
Examples are Word and PowerPoint. Computer programs contain instructions that the hardware carries out. ... Another program (called a compiler or interpreter) translates these instructions into machine language which the computer hardware understands.
The view that's most commonly used to make edits to a slide is the so-called normal view on PowerPoint. This view shows in a big plan on the main window of the PowerPoint the slide that is selected and therefore be edited. On a column on the left is the list of all slides on the presentation. On the bar on top are all tools for editing.