Coral Language and make it simple, please. I don't understand how I'm supposed to assign the function.
Write code that assigns resultInches with the value returned by the function ConvertFeetToInches, passing totalFeet as an argument.
Function ConvertFeetToInches(integer totalFeet) returns integer
resultInches = totalFeet * 12
Function MainO returns nothing
integer resultInches
integer totalFeet
totalFeet = Get next input
// Your solution goes here
Put totalFeet to output
Put "feet are" to output
Put resultInches to output
Put "inches." to output
Variables
Not shown when editing
Code Flowchart