Q5. Write a pseudocode to read three tests, 3 quizzes and two projects. If the tests count as 50% of...

profilechjigtyr318l

Q5. Write a pseudocode to read three tests, 3 quizzes and two projects. If the tests count as 50% of the total score, quizzes as 15%, and the projects counts as the remaining 35%, calculate the final score. Also print the letter grade corresponding to the final score based on classical scale (90-100, A, etc). Make sure the average is not less than zero or greater than 100.

Start

      


Q6. Write a pseudocode that will declare and read 10 values in an array of numbers. In another loop, find the total, the count and
the average of only these values that are >= 500 and <= 1000

    • 8 years ago
    • 999999.99
    Answer(0)
    Bids(0)