EN308 Applied Numerical Analysis Problem 1 A function in VBA
EN-308/ Applied Numerical Analysis Problem 1 A function in VBA can have more than one output. a) True b) False Problem 2 A subroutine does not have any output. a) True b) False Problem 3 A while loop is used to loop through code until a condition is met. a) True b) False Problem4 An infinite loop occurs when a while loop meets its condition a) True b) False Problem 5 An if statement loops through code until a condition is met. a True b) False
Solution
Problem 1) B) False
Problem 2) A) True
Problem 3 A) True
Problem 4) B) False
Problem 5) B) False
