C) Authenticity
Authenticity refers to the ability to identify the person or entity whom you are dealing on the internet.
public static void quarterstodollars(String[] args) { Scanner input = new Scanner(System.in); System.out.println("Enter number of Quarters:");
System.out.print("Quarters:"); int Q1 = input.nextInt();
DecimalFormat fmt = new DecimalFormat("$#,###.##"); System.out.println("Total:"+fmt.format(calctotal(Q1)));}public static double calctotal(int Q1) { double total; total=(0.25 * Q1); return (total);}
Hope this helps!
C: bar graph
bar graphs are used to track changes over time, so I would say that C is your best bet
Answer:
I'm not sure but I believe it would be A
Explanation:
This answer can't really be accurate as the reason can change for anyone.
Most computer devices are connected to the computer through port
Keyboard through usb port
Printer through usb port
Hand point device through usb port
Also computer equipped with LPT port for printers and COM port for additional devices like external modems e.t.c