Posted by Anonymous on Saturday, November 13, 2010 at 9:33pm.
I'll give you a skeleton. Fill in the meat and post what you have.
int max=-99, min=-99, num;
do
input num
if num==-99 then exit loop endif
if max=-99 then ..... endif
if num>max then ..... endif
if num<min then ..... endif
loop
Display max, min.
Related Questions
Computer Programing & Logic Design - Submit pseudocode and a flowchart for ...
Computer Programing & Logic Design - Submit pseudocode and a flowchart for ...
Computer Programing & Logic Design - Submit pseudocode and a flowchart for ...
computer science - Your goal is to solve the following programming lab activity...
Logic and Design - I need help with pseudocode, and any help regarding forming ...
Programming logic and design - Design a program that lets the user enter the ...
Programming - Submit pseudocode and a flowchart for the following programming ...
computer programming - Design a program that asks the user to enter a nonegative...
Computer programming - Submit pseudocode for the following programming exercise...
Computer Science (Programming Logic And Design) - Create a program that outputs ...
For Further Reading