Question: Create an algorithm, pseudocode and flowchart for the given questions below: 1. Accept any two numbers and display their sum, difference and product 2. Display
Create an algorithm, pseudocode and flowchart for the given questions below: 1. Accept any two numbers and display their sum, difference and product 2. Display all odd numbers between 100 and 200. 3. Convert temperature in degree C to Degree F (F=C*9/5+32). 4. Input a number within 1 and 100 (both numbers included). If the entered number is less than 1 or more than 100, display a message "Invalid Entry" and display a message "Valid Entry" if the number is within the range. Assignment Questions: Create an algorithm, pseudocode and flowchart for the given questions below: 1. Display all even numbers from 200 to 1. 2. Convert temperature in degree F to Degree C(C=(F- 32)*5/9). 3. Output the grade as A, B+, B, C+, C, D+, D. F for the input mark out of 100. (one input and one output) A 90 and above, B+ 85-89, B 80-84, C+ 75-79, C 70 74, D+ 65-69, D 60 - 64 and F 0 - 59. 4. Output the surface area of a cylinder using the relation, Area = 2*pi*r*h+ 2*pi*r where r and h are the radius and height respectively
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
