Question

NEED RAPTOR FLOWCHART PLEASE Write a program that computes how many feet an object falls in...

NEED RAPTOR FLOWCHART PLEASE Write a program that computes how many feet an object falls in 1 second, 2 seconds, etc., up to 10 seconds. First, create a Raptor flowchart. For this assignment, you will need to switch to intermediate mode. Your Raptor program should: 1. Have a procedure called FallingDistance, which has one input parameter, seconds, and one output parameter, distance. 2. Compute the distance in feet an object falls using this formula: d = ½ gt2 (where g = 32.17) 3. The main program should call FallingDistance within a loop which passes the values 1 through 10 as arguments. 4. Print a table with seconds and falling distance in feet. Once your Raptor flowchart executes correctly, upload your .rap file. Make sure your name is on the flowchart in a comment. Sample Output (This program has no input) Seconds Distance ===================== 1 16.0850 2 64.3400 3 144.7650 4 257.3600 5 402.1250 6 579.0600 7 788.1650 8 1029.4400 9 1302.8850 10 1608.5000

0 0
Add a comment Improve this question Transcribed image text
Answer #1

//Create procedure in raptor

//FallingDistance Procedure

//main function

//Output

//If you need any help regarding this solution .......... please leave a comment....... thanks

Add a comment
Know the answer?
Add Answer to:
NEED RAPTOR FLOWCHART PLEASE Write a program that computes how many feet an object falls in...
Your Answer:

Post as a guest

Your Name:

What's your source?

Earn Coins

Coins can be redeemed for fabulous gifts.

Not the answer you're looking for? Ask your own homework help question. Our experts will answer your question WITHIN MINUTES for Free.
Similar Homework Help Questions
  • C++ LANGUAGE The following formula can be used to determine the distance an object falls in...

    C++ LANGUAGE The following formula can be used to determine the distance an object falls in a specific time period: d = 1 2 g t 2 where d is the distance in meters, g is 9.8, and t is the amount of time, in seconds, the object has been falling. Write a function named fallingDistance that accepts an object's falling time in seconds as an argument. You must define a named constant for g using a meaningful name and...

  • Java: Create a main method for your class, and then add another method to your class...

    Java: Create a main method for your class, and then add another method to your class (above the main method) named fallingDistance. This method accepts an integer into its parameter t, which is the amount of time, in seconds, that an object has been falling. This method returns the distance, in meters, that the object has fallen during the time interval. When an object s falling because of gravity, we use the following formula to determine the distance the object...

  • write program in java 5. Falling Distance When an object is falling because of gravity, the...

    write program in java 5. Falling Distance When an object is falling because of gravity, the following formula can be used to determine the distance the object falls in a specific time period: d = 1/2 gta The variables in the formula are as follows: d is the distance in meters, g is 9.8, and t is the amount of time, in seconds, that the object has been falling. Write a method named fallingDistance that accepts an object's falling time...

  • Do not prompt the user for input during the execution of your program. Do not pause...

    Do not prompt the user for input during the execution of your program. Do not pause at the end of the execution waiting for the user's input. Important notes: from now on, function prototypes should be written before the main function. And function definitions should be written after the main function. 10% will be deducted if this is not observed. Zybooks MODULES: MODULE 6 a.) (Lab4a.cpp) Chapter 6, “Falling Distance." The following formula can be used to determine the distance...

  • need the raptor flowchart with extra credit part made with procedures/ parameters. will give thumbs up...

    need the raptor flowchart with extra credit part made with procedures/ parameters. will give thumbs up Quiz Statistics For this assignment, you will write a program that requests the quiz scores for 6 students Identified by ID numbers. The program computes the average score and determines the ID number of the student with the highest score. Not an input, should be in The ID numbers for the students in this class are: 1234 2333 4432 3323 2143 3425 (program This...

  • Need help completing these three programs using Raptor. Any help is appreciated. What to Submit: Complete...

    Need help completing these three programs using Raptor. Any help is appreciated. What to Submit: Complete the following three programs in Raptor and submit the three .rap files Program 1 Budget Analysis (50 points): Design a program that asks user enter the amount he/she has budgeted for a month. And then use a loop to prompt the user enter each of his/her expenses for the month, and keep a running total. When the loop ends, the program should display budgeted...

  • Write a C++ program that reads text from a file and encrypts the file by adding...

    Write a C++ program that reads text from a file and encrypts the file by adding 6 to the ASCII value of each character. See section 5.11 in Starting out with C++ for information on reading and writing to text files. Your program should: 1. Read the provided plain.txt file one line at a time. Because this file has spaces, use getline (see section 3.8). 2. Change each character of the string by adding 6 to it. 3. Write the...

  • Distance Walked Write a program to calculate how many mile, feet, and inches a person walks...

    Distance Walked Write a program to calculate how many mile, feet, and inches a person walks a day, given the stride length in inches (the stride length is measured from heel to heel and determines how far walk with each step], the number of steps per minute, and the minutes that person walks a day. Note that 1 mile is 5280 feet and 1 feet is 12 inches. In your program, there should be the follo constants: final Int FEET_PER_MILE...

  • Python Please 3. Specification -Write a program that accepts as input a height in feet (or...

    Python Please 3. Specification -Write a program that accepts as input a height in feet (or meters...just be consistent with your units). The program should calulate the height after every second, assuming you release the ball at the starting height. (this function assumes you don't throw up or down) Postion Function: pos(t)--16 * t2 + startingHeight # Feet Equation pos(t)--4.9 * t2 + startinglieight # Meter Equation Print out the position after each print saying it reached the ground at...

  • You will write a C program, q1 sequence.c, that computes the value of the nth term...

    You will write a C program, q1 sequence.c, that computes the value of the nth term in any recursive sequence with the following structure: an = c1 · an−1 + c2 · an−2 a0 > 0 a1 > 0 c1 6= 0 c2 6= 0 Your C program will take 5 integer arguments on the command line: n, a0, a1, c1 and c2. n must be an integer greater than or equal to 0. If more or fewer arguments are...

ADVERTISEMENT
Free Homework Help App
Download From Google Play
Scan Your Homework
to Get Instant Free Answers
Need Online Homework Help?
Ask a Question
Get Answers For Free
Most questions answered within 3 hours.
ADVERTISEMENT
ADVERTISEMENT