answersLogoWhite

0

identification division.

program-id. greatest.

environment division.

data division.

working-storage section.

77 a pic 999.

77 b pic 999.

77 c pic 999.

procedure division.

greatest.

display "ENTER THE THREE NUMBERS:".

accept a.

accept b.

accept c.

if a > b and a > c

display a "is greatest"

else if b > c

display b "is greatest"

else

display c "is greatest".

display " thank you".

stop run.

User Avatar

Wiki User

12y ago

Still curious? Ask our experts.

Chat with our AI personalities

DevinDevin
I've poured enough drinks to know that people don't always want advice—they just want to talk.
Chat with Devin
SteveSteve
Knowledge is a journey, you know? We'll get there.
Chat with Steve
RossRoss
Every question is just a happy little opportunity.
Chat with Ross
More answers

45

User Avatar

Add your answer:

Earn +20 pts
Q: Write a program in COBOL to find the largest of N number?
Write your answer...
Submit
Still have questions?
magnify glass
imp
Trending Questions
Provide three examples of software development projects that would be amenable to prototyping? If I was a student or indie developer and didn't really know how to get started making a game for the 3DS how do I get started? Write a program to concate the string without using strconcat function? What step that converts source file directives to source code program statements.? What is the significance of stepped core? A measurement of 200 ohms is obtained between the primary and secondary of a double wound transformer is it safe to use? What is the cutting speed of solid carbide drills? What device uses motion in an electric field to produce an electric current? How do you get input for an arithmetic operator in c? A tiny fragment of genetic material wrapped inside a capsul of protein is called what? How many types of adsorbent? Different between object oriented and function oriented design strategy? Will value of J be same if ac were used instead of dc? What are the two main categories of logic circuits? Why does a central air conditioner have ice build up on the pipes? In case you do not have coal and salt for earthing how can you achieve good temporary earthing? What is the difference between electronic support measuerment and ELINT? How can macadamize use in asentence? I am coming up to the point in my bachelors degree where I have to pick my programming languages Here are my options Visual Basic C plus plus or Java I can pick two Which are better for the industry? Should a crane operator inside his cabin wear hard hat during operation?