jensenaliya59 jensenaliya59 22-05-2024 Computers and Technology Answered 30. Consider the following segment of pseudocode:int foo (x)int numreturn numx*2print "April Fools!"end fooprint foo (4)What is the output from the code above?a)April Fools! onlyb) 4 onlyc) 8 onlyd) 8 and April Fools!