Question: please put it in pseudocode https://rvceagle.instr tructur e.com/ urses/17490/assignments/269668 1) Design an algorithm that will receive two integer items from a terminal operator, and display

please put it in pseudocode
https://rvceagle.instr tructur e.com/ urses/17490/assignments/269668 1) Design an algorithm that will receive two integer items from a terminal operator, and display to the screen their sum, difference. product and quotient. Note that the quotient calculation (first integer divided by second integer) is only to be performed if the second integer does not equal zero 2) Design an algorithm that will read two numbers and an integer code from the screen. The value of the integer code should be 1, 2.3 or 4. If the value of the code is 1, compute the sum of the two numbers. If the code is 2, compute the difference (irst minus second). If the code is 3, compute the product of the two numbers. If the code is 4, and the second number is not zero, compute the quotient (first divided by secondi If the code is not equal to 1.2. 3 or 4. display an error message. The program is then to display the two numbers, the integer code and the computed result to the screen. 3) Design an algorithm that will receive the weight of a parcel and determine the delivery charge for that parcel. Charges are calculated as follows: Parcel weight (kg) Cost per kg (S) $3.50 per kg 2.55 kg $285 per kg 25 kg $2:45 perkg 845 PM es Type here to search
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
