Saved Bookmarks
| 1. |
(a) Read the value of P and Q (b) If `PgtQ `then k=p-q (c )If `pltq` then k = p+q (d) If p=q then k=p*q (e ) print the answer :k (f ) stop If the input values P and Q are 10 and 25 then what is the oupute of the above algorhtim ?A. 250B. 15C. 35D. 2 |
| Answer» Correct Answer - c | |