Answer:
Answered below
Explanation:
//Program in Java
class MyInfo{
public static void main (String args []){
myFullName("John", "Doe");
myAgeMajorGPA(20, "Biology", 4.3);
}
public void myFullName(String initialName, String middleName){
System.out.println(initialName);
System.out.print(middleName);
}
public void myAgeMajorGPA(int age, String major, double GPA){
System.out.println(age);
System.out.println(GPA);
System.out.print(major);
}
}
Answer:
The answer is "Open System".
Explanation:
The term open system means a computing system, that integrated across software and hardware devices and provides complies with the same accessibility requirement.
- This connectivity and functionality mean, that a machine operating the Windows OS could be regarded as an open platform as can be seen by Windows being such a software OS.
- It is composed of the non-owned development tool, which is based on publicly reported values, that enable service providers to generate attach-on to the system.
Answer:
Extremes is the answer for the blank.
Explanation: