Question: Example Step 1: Start Step 2: Create a variable to receive the user's email address Step 3: Clear the variable in case it's not empty
Example
Step 1: Start Step 2: Create a variable to receive the user's email address Step 3: Clear the variable in case it's not empty Step 4: Ask the user for an email address Step 5: Store the response in the variable Step 6: Check the stored response to see if it is a valid email address Step 7: Not valid? Go back to Step 3. Step 8: End as 1. Create an algorithm that will compute for a basic grade's calculation. Any user can input 3 quizzes, 1 major exam, 2 assignments and 1 project. The equivalent percentage for the average of each metric is follows: a. Major Exam is 40% of the total grade b. Quizzes shares 30% C. Assignment will be 10% d. Project will be 20% Display the final grades after considering above business rules/requirements. 2. Convert the algorithm created in #1 into Pseudocode. 3. Convert the algorithm created in #1 into Flowchart
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
