Answered step by step
Verified Expert Solution
Question
1 Approved Answer
what the display ?? Question-1 (2 points) What will the following pseudocode program display? (0.5 mark for each) Module main() Declare Integer x,y Declare Real
what the display ??
Question-1 (2 points) What will the following pseudocode program display? (0.5 mark for each) Module main() Declare Integer x,y Declare Real a,b,c Set a = 2 Set b 7-15/5 Set c = b*2/2*10/5 - 18.0/2 If (a==b) Then Set x= 15%4; Else Set x=0; End If Set y=10*4/5/2-(1+2) *2; Display c Display x Display y If (b>3) Then If (x>=3) Then Display "Good Luck" Else Display " Best wishes " End If End If End Module 11Step by Step Solution
There are 3 Steps involved in it
Step: 1
Get Instant Access to Expert-Tailored Solutions
See step-by-step solutions with expert insights and AI powered tools for academic success
Step: 2
Step: 3
Ace Your Homework with AI
Get the answers you need in no time with our AI-driven, step-by-step assistance
Get Started