Write a compound logic statement for the following scenario:
Company ABC is advertising for a job, a candidate must meet the
following requirements:
BS degree in Computer science
Gpa 3.0 or higher
Minimum of 2 years experience.
Answer :
if((gpa>=3) &&(experience>=2) &&
degreeFlag == true)
System.out.print("Eligible");
Testing in the program :
Please comment
below if you have any queries.
Please do give a thumbs up if you liked the answer thanks
:)
Get Answers For Free
Most questions answered within 1 hours.