Answered step by step
Verified Expert Solution
Link Copied!

Question

00
1 Approved Answer

LAB 1: Raptor Tool: Algorithms and Flowcharts Draw the flowcharts using the Raptor tool and execute the flowcharts and save the outputs too. 1. To

image text in transcribed
LAB 1: Raptor Tool: Algorithms and Flowcharts Draw the flowcharts using the Raptor tool and execute the flowcharts and save the outputs too. 1. To Perform the four basic Arithmetic Operations on two numbers. [e.g. sum=a+b; diff=a-b; prod=a*b; quot=a/b] 2. Evaluate the area of the circle [Area = Pi * R2] 3. Find the sum of the digits of a n-digit number [ex Number = 123, sum=6] 4. Convert temperature given in Fahrenheit to Centigrade [C=5/9(F-32)] 5. Convert distance in mm to cm, inch, and feet. a. [1 cm =10mm, linch=2.5cm, 1 feet =12 inches] 6. To find the factorial of a given number. 7. To input P, N and R and T and Compute simple and compound interest. [Hint: SI = PNR/100, CI = P(1+R/100)T-P] 8. To input radius and find the volume and surface area of a sphere. [Hint: volume = (41r3)/3, Area=4nr2]

Step by Step Solution

There are 3 Steps involved in it

Step: 1

blur-text-image

Get Instant Access with AI-Powered 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

Students also viewed these Databases questions

Question

Arrays cannot be passed as arguments to methods in Java

Answered: 1 week ago

Question

L P 2.0 in. 12 312 in in. in.

Answered: 1 week ago