Praveen Kumar Profile Answers by Praveen Kumar Sep 28th, 2005 Ans is c ie B/A .As the syntax for DIVIDE verb in cobol is DIVIDE A INTO B GIVING C REMAINDER D.which results in C=B/A and D=B MOD A.
Rajiv Mishra Nov 7th, 2007 There are two ways to use Divide Verb:1) Divide A BY B Giving C => C = A/B2) Divide A into B Giving C => C = B/A
What is the result of the following? DIVIDE A INTO B GIVING C.a.C=A/B b.the reminder of B/A is stored in C c.C=B/A d.the reminder of A/B is stored in C
Related Answered Questions
Related Open Questions