Question 41: You have been given below code
if course_fee>=4000
and (COURSE_NAME='HADOOP' or (COURSE_NAME='SPARK' and STUDENTS=24))
then LOCATION='MUMBAI';
Which of the expression will be executed first?
- if course_fee>=4000
- Get all Questions and Answer from here
- You need to have paid subscription to access all questions
- Thanks for considering SAS Certification Material
Correct Answer : 2 Exp : Always expression in parenthesis will be executed first.
You can access to full explanation to question and answer from this page.