MCQs > IT & Programming > Adobe ColdFusion > Output of the following code: Welcome #FORM.Status# You are not a #Status# Welcome

Adobe ColdFusion MCQs

What is the output of the following code:

<CFPARAM DEFAULT="ProjectManager" NAME="Status">
<CFPARAM DEFAULT="Six Sigma" NAME="ProjectType">
<CFIF IsDefined("FORM.Status")>
Welcome <CFOUTPUT>#FORM.Status#</CFOUTPUT>
<CFELSEIF IsDefined("Status")>
You are not a <CFOUTPUT>#Status#</CFOUTPUT>
<CFELSE>
Welcome
</CFIF>



Answer

Correct Answer: Six Sigma ProjectManager

Explanation:

Note: This Question is unanswered, help us to find answer for this one

Adobe ColdFusion Skill Assessment

Overall Skill Level-Poor

Your Skill Level: Poor

Retake Quizzes to improve it

search

Adobe ColdFusion Skill Assessment

Overall Skill Level-Poor

Your Skill Level: Poor

Retake Quizzes to improve it