Exam CRT-450 Topic 5 Question 46 Discussion
Actual exam question for Salesforce's CRT-450 exam
Question #: 46
Topic #: 5
Question #: 46
Topic #: 5
A developer has the following class and trigger code public class insurancerates{ public static final decimal smokercharge = 0.01; } trigger contacttrigger on contact (before insert){ insurancerates rates = new insurancerates(); decimal basecost=xxx; } Which code segment should a developer insert at the xxx to set the basecost variable to the value of the class variable smokercharge?
Suggested Answer: C Vote an answer
by Renee at Oct 26, 2023, 12:19 PM
0
0
0
10
Comments
Upvoting a comment with a selected answer will also increase the vote count towards that answer by one. So if you see a comment that you already agree with, you can upvote it instead of posting a new comment.
Report Comment
Commenting
You can sign-up / login (it's free).