input:- A 10 20 30 40 B 5 7 10 14 C 8 12 14 16....
output:- A = 100,B=36,C=50.
Here spaces are considered between numbers.
When we give input as above, the numbers should be added n
displayed.So please help me out.
Answer Posted / naba kishore
I am not clear this questions. Please clarify your question.
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
What are 77 levels used for?
What happens when we move a comp-3 field to an edited (say z (9). Zz-)?
)If there are 10 steps in GDG, if I want to refer the step2 after step5 . what should I do?
Explain sorting techniques in cobol program? Provide the sort file definition, the sort statement, its syntax and meaning
what is difference bt COND, REGION & TIME parameters at JOB & EXEC. give an exp.
Give some examples of command terminators?
What are the rules of the move verb?
What is the difference between PIC 9.99 and 9v99 in COBOL?
In COBOL programming, what is PERFORM? What is VARYING?
what happens if parmparameter passes zero bytes to the program
Mention the guidelines to write a structured cobol program?
What is perform what is varying?
What is cobol?
Explain how will you differentiate between an internal and an external sort, the pros and cons, internal sort syntax etc
2 input fles: 2 flat files, with different number of records. both are having unique key for each record and already sorted in ascending order . match these files using unique key and in output only matching key value has to be written. please procide cobol logic