Answered step by step
Verified Expert Solution
Link Copied!

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 200 then subtract 80 from A otherwise multiply A by 3.
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 70, 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 80, 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 $400.00, subtracts 10% and display the final price otherwise display the original price.
image text in transcribed

Step by Step Solution

There are 3 Steps involved in it

Step: 1

blur-text-image

Get Instant Access to Expert-Tailored Solutions

See step-by-step solutions with expert insights and AI powered tools for academic success

Step: 2

blur-text-image

Step: 3

blur-text-image

Ace Your Homework with AI

Get the answers you need in no time with our AI-driven, step-by-step assistance

Get Started

Recommended Textbook for

SQL For Data Science Data Cleaning Wrangling And Analytics With Relational Databases

Authors: Antonio Badia

1st Edition

3030575918, 978-3030575915

More Books

Students also viewed these Databases questions

Question

d. What language(s) did they speak?

Answered: 1 week ago