Ask Experts Questions for FREE Help !
Ask
    pseudodave's Avatar
    pseudodave Posts: 1, Reputation: 1
    New Member
     
    #1

    Apr 15, 2012, 11:04 PM
    Pseudocode
    How would I write this portion of pseudocode: search the array and find the lowest and highest temperatures and write them to a new file called “temperature.dat”.
    Curlyben's Avatar
    Curlyben Posts: 18,514, Reputation: 1860
    BossMan
     
    #2

    Apr 16, 2012, 12:01 AM
    What do YOU think.
    We're happy to HELP, but we won't do all the work for you.

Not your question? Ask your question View similar questions

 

Question Tools Search this Question
Search this Question:

Advanced Search

Add your answer here.


Check out some similar questions!

Pseudocode statements [ 2 Answers ]

Hi, these are my guesses. Can you please check on them? 1) A ___ statement in pseudocode to write a single alternative decision structure. B? a) Test-jump b) If-Then c) If-Then else d) If-Call

Pseudocode algorithm [ 5 Answers ]

Does any of you know how to write pseudo code algorithm?

Pseudocode and Decision [ 1 Answers ]

A retail company assigns a $5000 store bonus if monthly sales are $100,000 or more. Additionally, if their sales exceed 125% or more of their monthly goal of 90,000, then all employees will receive a message stating that they will get a dy off.

Write pseudocode for the following: [ 4 Answers ]

Write a pseudocode that will accept the names of 20 sales clerks and their total sales for the month. The algorithm must calcuate the commission at 3% of heir total sales amount. Display the name, total sales, commission of the members with the highest commission and number of persons without...

Pseudocode programming [ 2 Answers ]

This pseudocode contains several nested If-Then-Else statements. It was written without proper alignment and indentation. How would I rewrite the code and use proper conventions of alignment and indentation? If score < 60 Then Display “Your grade is F.” Else If score <70 Then Display “Your...


View more questions Search