Question: :create php file ( 2 degree ) create 4 variables from this types [ string , integer , float , bool ] ( 8 degree
:create php file degreecreate variables from this types string integer float bool degreeprint data type for each variable degreeprint all variables degreeApply the concept of local scope degreeUse this function function myFunctionCreate variable from string type degreeGet the length degreeConvert the string into upper case degreeReplace some characters with some other characters degreeReverse the string degreeSplit the string into an array by comma degreeCreate variable from integer type then convert into float type degreeCreate variable from float type then convert into int type degreeCreate variable from string type then convert into bool type degreeYou must see the result after convert operation boolfalseCreate variable from int type then convert into bool type degreeYou must see the result after convert operation boolfalse
Step by Step Solution
There are 3 Steps involved in it
1 Expert Approved Answer
Step: 1 Unlock
Question Has Been Solved by an Expert!
Get step-by-step solutions from verified subject matter experts
Step: 2 Unlock
Step: 3 Unlock
