Write a statement that calls the function OutputAge. in coral code
Function OutputAge() returns nothing
integer studentAge
studentAge = Get next input
Put "He is " to output
Put studentAge to output
Put " years old." to output
Function Main() returns nothing
Put "Student: " to output

Write a statement that calls the function OutputAge. in coral code.pdf

  • 1.
    Write a statementthat calls the function OutputAge. in coral code Function OutputAge() returns nothing integer studentAge studentAge = Get next input Put "He is " to output Put studentAge to output Put " years old." to output Function Main() returns nothing Put "Student: " to output