0
Tutorials: study following algorithm in pseudocode .Display the exact output that will be displd aftr statement has ben executed
calculation k=10 m=25 x =(k-7)^3 *2/ (k-6) m=m+2 k=k-20 display "x =", x display" m=", m display "k =", k end
2 Réponses
+ 1
x = 4.5
m = 27
k=-10
0
x =13,5
m=27
k =-10