C-BOCR-08 무료 덤프문제 온라인 액세스
시험코드: | C-BOCR-08 |
시험이름: | SAP Certified Application Associate - Crystal Reports 2008 |
인증사: | SAP |
무료 덤프 문항수: | 292 |
업로드 날짜: | 2025-09-05 |
You create the following custom function to convert Celsius to Fahrenheit or vice versa depending on an argument passed to the function: Function(): Global StringVar CurrentTempType; Global NumberVar DegreeAmount; If CurrentTempType = "F" then ((DegreeAmount - 32) * 0.55) else if CurrentTempType = "C" then ((Degreeamount * 1.8) + 32); EndIf: Which change must you make to the code to successfully save the function?