Answered step by step
Verified Expert Solution
Question
1 Approved Answer
Read A; If A is greater than 2 0 0 then subtract 8 0 from A otherwise multiply A by 3 . Write an algorithm
Read A; If A is greater than then subtract from A otherwise multiply A by
Write an algorithm in pseudocode, to prompt the user to input the mark a student received in a quiz. If the student mark is more than print "Pass" otherwise print "Fail".
Write an algorithm in pseudocode that will accept the age of a person and display the message "You Can Now Get A Driver's Licenses", If you are over otherwise display "You Are Not Old Enough To Drive".
Write an algorithm in pseudocode that will prompt the user to enter the average received at the end of the term. If the average is greater than or equal to output the message "Promoted" otherwise the message "Demoted".
Write an algorithm in pseudocode that will prompt the user to enter four integers, calculate the average. If the average is greater than the sum, Output the average otherwise output the sum.
Write an algorithm in pseudocode that will prompt the user to enter the price of an item. If the item's value is more than $ subtracts and display the final price otherwise display the original price.
Step by Step Solution
There are 3 Steps involved in it
Step: 1
Get Instant Access to Expert-Tailored Solutions
See step-by-step solutions with expert insights and AI powered tools for academic success
Step: 2
Step: 3
Ace Your Homework with AI
Get the answers you need in no time with our AI-driven, step-by-step assistance
Get Started