Answer:
The program to this question as follows:
Program:
public class DataTransmitter //defining class
{
double x=3.0; //define variable x.
public static void sendDouble(double x) //define method sendDouble.
{
x=9.6; //change variable value
System.out.print("The value of x variable is :"+x); //print value.
}
public static void main(String[] args) //define main method
{
sendDouble(0.0); //calling function
}
}
Output:
The value of x variable is :9.6
Explanation:
The explanation of the above java program can be define as follows:
Answer: externailty
Explanation:
spreadsheet
monitor
program used to enhance photos
Answer:Monitor is the answer
Explanation: