14. Write a program that accepts or rejects applicants for admission at Fictional University. To qualify, an applicant must be a
t least 16 years old and have a Grade 12 average of 60 (%) or above. Additionally, the applicant must either have obtained 65 %) or above on Physical Sciences or obtained 50 (%) or above on Computer Application Technology. Accept all relevant information from a user, and display a congratulatory message if the applicant is accepted or sympathy message if the applicant is rejected.
You might be interested in
Response:
C. Utilizing public-key encryption for data transfer
Reasoning:
Only encryption offers a secure method for communication.
The correct method for inserting an image as a hyperlink is outlined in the explanation section.
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: