What is the output of code corresponding to the following pseudocode? Declare A As Integer Declare B As Float Set A = 2 While < = 3 Set B = 2.5 * A Write B Set B = Int (B) Write B Set A = A + 1 End While Answer A. 5,7 B. 5,5,7.5,7 C. 5,5,7,7 D.
Answers (1)