Answer:
Brendan Eich is the founder of JavaScript.
Explanation:
He is an American technologist who not only created JavaScript, but was the co-founder of the Mozilla project.
Answer:
public class Employee {
private int id;
private String empName;
private double salary;
public void displayEmployee(){
System.out.print("Employee ID: " + id + "\nEmployee name: " + empName + "\nSalary: " + salary);
}
}
Explanation:
- Declare the class variables
- Write a method called <em>displayEmployee</em> to display the fields
Answer:dead man lol roffle
Explanation:Not a gamer moment
A technician's first step with an A/C system is to perform visual inspection