Answer:
Explanation:
import java.util.Scanner;
public class pitcherValues {
public static void main(String[] args) {
String firstName, lastName;
int earnedRuns, inningsPitched;
double ERA;
Scanner in = new Scanner(System.in);
System.out.println("Pitchers First Name is?");
firstName = in.nextLine();
System.out.println("Pitchers Last Name is?");
lastName = in.nextLine();
System.out.println("How many runs did the Pitcher earn?");
earnedRuns = in.nextInt();
System.out.println("How many innings did the Pitcher Pitch?");
inningsPitched = in.nextInt();
ERA = (earnedRuns * 9) / inningsPitched;
System.out.println(firstName + " " + lastName + " has an ERA of " + ERA);
}
}
Finding and fixing a problem
Answer:
Innovators and Survivors
Explanation:
The innovators are always interested in new information, are open to new ideas and trying out new things, future oriented and excellent problem solving skills. They represent the group with the highest resources according to the VALS segments.
Survivors are the group with the lowest resources. They are risk adverse, and exhibit low motivation towards new ideas or experiences.
Answer:
it can blind you because too much light in ur face is bad
Explanation:
Answer:
answered in Image and explanation is given below.
Explanation:
CL is euqal to user permission on every file
ACL is equal to how permissions are defined for one life for example File a, read, write, execute.