timi
This page lists questions and answers that were posted by visitors named timi.
Questions
The following questions were asked by visitors named timi.
What will the following pseudocode program display? Module main( ) Declare Integer x = 1 Declare Real y = 3.4 Display x, " ", y Call changeUs(x, y) Display x, " ", y End Module Module changeUs(Integer a, Real b) { Set a = 0 Set b = 0 Display a, " ", b }
16 years ago
the levels of swimming pool in red from 4.5 to 6 feet. what is the percent increase in the water level rounded to the nearest tenth of a percent
11 years ago
Answers
The following answers were posted by visitors named timi.