Question: This is C++, but dont need to program. Just need the Pseudocode for these question Below are some Natural Language questions. You need to write

This is C++, but dont need to program. Just need the Pseudocode for these question
This is C++, but dont need to program. Just need the Pseudocode

Below are some Natural Language questions. You need to write them in Pseudocode. Remember that the target audience is another programmer. Not a robot. Imagine reading your answer out loud to another student. Could they write the program from what you say? Don't be too technical, and don't be too vague. Example Question) How do you figure out how many vowels are in a word? Too Technical) Take argument as a standard string. Create a variable total Vowels to keep a running total. Make an array of the ascii codes for the five vowels and have a linguistics library take a pointer to the array. Too vague) Count the vowels in the word. Just Right) Prompt for word. Loop through each letter. If it is aelou then add one to Total Vowels. After last letter print Total Vowels. 1) The client has a collection of comic books. If there are any duplicates, they are all the same price. Figure out the total price. 2) Office Depot wants a new program for the computer next to their shipping dock scale. They'll enter in how much weight the truck can hold. The user will enter the weight of each thing before it gets loaded, and the program will tell them if it safe or not. When they are done. show the total weight. 3) To organize lines at the Bad Programmer Convention, the client wants to know who would be first and last in line if everyone lined up alphabetically by last name. The user will type in names until they are done and then the first and last names are printed. Note: Their device is tiny so it doesn't have the memory to store all the names. You cannot store all the names

Step by Step Solution

There are 3 Steps involved in it

1 Expert Approved Answer
Step: 1 Unlock blur-text-image
Question Has Been Solved by an Expert!

Get step-by-step solutions from verified subject matter experts

Step: 2 Unlock
Step: 3 Unlock

Students Have Also Explored These Related Databases Questions!