Answered step by step
Verified Expert Solution
Link Copied!

Question

1 Approved Answer

1. Write a pseudo code that performs the following: Ask a user to enter a number. If the number is between 10 and 20,


1. Write a pseudo code that performs the following: Ask a user to enter a number. If the number is between 10 and 20, write the word Hello. If the number is between 20 and 30, write the word Nice. If the number is between 30 and 40, write the word Hi. If it is any other number, write that it is not a correct option. [3 marks] a. Write a pseudocode to find the area of triangle. [3 marks] b. Write a pseudocode to find the greatest of three numbers. [5 marks] c. Draw a structured flowchart on how to study for an exam. Include at least two decisions and two loops. [3 marks] d. Give different reasons for writing the programs in structured manner. [4 marks]

Step by Step Solution

There are 3 Steps involved in it

Step: 1

Here is the pseudo code for the given requirements Pseudo code for Task 1 1 Ask the user to enter a ... 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

Income Tax Fundamentals 2013

Authors: Gerald E. Whittenburg, Martha Altus Buller, Steven L Gill

31st Edition

1111972516, 978-1285586618, 1285586611, 978-1285613109, 978-1111972516

More Books

Students also viewed these Programming questions

Question

Find the highest and lowest points on the curve x2 + xy + y2 = 12.

Answered: 1 week ago