I use host -a
dig and nslookup could do it, I forget the switches and arguments.
Answer:
<link rel="stylesheet" href="exam.css">
Explanation:
href is the file name assuming its in the same path
also get an extension called grepper, it helps debug a lot quicker
I believe the answer is A
Hope this helps
Answer:
Coins c1 = new Coins (4, 3, 2, 1);
c1.bankValue();
c1.addQuarter();
c1.addQuarter();
c1.addDime();
c1.addDime();
c1.addPenny();
c1.bankCount();
c1.bankValue();
Explanation: