nbn
Answered On : Sep 26th, 2005
c.C=B/A
Login to rate this answer.
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.

1 User has rated as useful.
Login to rate this answer.
Rajiv Mishra
Answered On : Nov 7th, 2007
There are two ways to use Divide Verb:
1) Divide A BY B Giving C => C = A/B
2) Divide A into B Giving C => C = B/A

2 Users have rated as useful.
Login to rate this answer.
answer is c
Login to rate this answer.
answer is c=a/b
Login to rate this answer.
C=A/B
Login to rate this answer.
c. C=B/A
Login to rate this answer.
The answer is c=b/a (c)
Login to rate this answer.
Answer is C. C=B/A
Login to rate this answer.
Cathy
Answered On : Jul 1st, 2012
c.C=B/A
Login to rate this answer.
Answered On : Aug 1st, 2012
C=B/A
Login to rate this answer.