Question: Convert these C Code into Prolog A. s = a + b; t = c + d; r = s/t; B. if (x > m)
Convert these C Code into Prolog
A. s = a + b; t = c + d; r = s/t;
B. if (x > m)
m = x;
C. s = 0;
for (i = 1; i <= 10; ++i)
s = s + i;
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
