The right answer for the question that is being asked and shown above is that: "C. Use a complicated animation for a complicated concept." a good guideline to follow for adding animation to a presentation is that the use of a complicated animation for a complicated concept.
Choose the web design factor from the drop-down menus that best represents each statement.
Answer:
A. Good web pages stick to the point, do not have useless information, and showcase important information.
B. The best websites clearly present a reason for the creation of the site.
C. The best websites are pleasing to look at and make you want to click further through the pages.
D. It is important for the web designer to understand the needs, interests, and technology level of the target web page visitor.
E. Good websites make it easy to navigate from one page to the other with relevant links in obvious places.
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);
}
}
your answer is c to what your looking for
Answer:
these are some benefits Increased Durability. Unlike traditional hard-disk drives, flash drives lack moving parts
Maximum Portability
Plenty of Storage Capacity
Fast Transfer Speeds
Compatibility with Many Devices