Question:

Pseudocode tutorial - need help please

by  |  earlier

0 LIKES UnLike

I am not a programmer. I am hoping to learn the rules for writing pseudocode. Can anyone recommend a website, book, video, or anything else that will help me learn how to write pseudocodes. Thanks for all your help.

 Tags:

   Report

5 ANSWERS


  1. write pseudocode for program that accept students. ID Number, first and last name, major field of study, and GPA, Display data with data of GPA below 2.0

    Start
      Declaration
      idNum
      firstName
      lastName
      major
      GPA
      input idNum, firstName, lastName, major, GPA
      if GPA < 2.0
        output idNum, firstName, lastName, major, GPA
      endif
    Stop


  2. write pseudocode for program that accept students. ID Number, first and last name, major field of study, and GPA, Display data with data of GPA below 2.0

  3. write pseudocode for program that accept students. ID Number, first and last name, major field of study, and GPA, Display data with data of GPA below 2.0

  4. use programming textbooks

  5. send me an email at j_rex72@comcast.net and I will give you a link for a good pdf textbook you can download.

Question Stats

Latest activity: earlier.
This question has 5 answers.

BECOME A GUIDE

Share your knowledge and help people by answering questions.
Unanswered Questions