Write in C Asks the user for the magnitude (distance), in meters, and the heading, in degrees of the navigation to way-point Alpha. - Decompose the vector into x and y components and output the magnitude and direction (North, West, South, or East are the only reliable headings on the sub's compass) of the x component and then they component. The x component is the magnitude multiplied by the cosine of the angle. They component is the magnitude multiplied by the sine of the angle. Determine compass direction depending on weather the vector component is positive or negative. This step has to be repeated for waypoint bravo. Output the total distance traveled by the submarine from the starting point till it reaches point bravo. Output the distance from the starting point till point bravo (the true distance, not the distance traveled). Ask the user for the target bearing (0 to 25 degrees, float) and range (range in meters, integer). Output a firing solution as follows Range 100 to 300 301 to 599 600 to 899 900 to 1200 Torpedo heading will be the target bearing increased by the percentage below. 5% 6% 7% 9% Sample Input and Output Please enter heading for waypoint alpha in degrees: 45 Please enter distance to waypoint alpha in meters: 6000 Move on heading due East for 4242.74 meters Move on heading due North for 4242.54 meters Please enter heading for waypoint bravo in degrees: 220 Please enter distance to waypoint bravo in meters: 4500 Move on heading due West for 3447.19 meters Move on heading due South for 2892.54 meters The distance traveled to waypoint bravo is: 14825.01 meters The true distance to point bravo is: 1566.97 meters Please enter target bearing in degrees: 23 Please enter target range in meters: 620 Fire torpedoes on heading 24.61 degrees

Database System Concepts
7th Edition
ISBN:9780078022159
Author:Abraham Silberschatz Professor, Henry F. Korth, S. Sudarshan
Publisher:Abraham Silberschatz Professor, Henry F. Korth, S. Sudarshan
Chapter1: Introduction
Section: Chapter Questions
Problem 1PE
icon
Related questions
Question

Don't use fabs() function

Write in C
Asks the user for the magnitude (distance), in meters, and the heading, in
degrees of the
navigation to way-point Alpha.
- Decompose the vector into x and y components and output the magnitude and
direction (North, West, South, or East are the only reliable headings on the sub's
compass) of the x component and then they component. The x component is
the
magnitude multiplied by the cosine of the angle. They component is the
magnitude
multiplied by the sine of the angle. Determine compass direction depending on
weather
the vector component is positive or negative.
This step has to be repeated for waypoint bravo.
Output the total distance traveled by the submarine from the starting point till it
reaches point bravo.
Output the distance from the starting point till point bravo (the true distance,
not the
distance traveled).
Ask the user for the target bearing (0 to 25 degrees, float) and range (range in
meters,
integer).
Output a firing solution as follows
Range
100 to 300
301 to 599
600 to 899
900 to 1200
Torpedo heading will be the target bearing
increased by the percentage below.
5%
6%
7%
9%
Sample Input and Output
Please enter heading for waypoint alpha in degrees: 45
Please enter distance to waypoint alpha in meters: 6000
Move on heading due East for 4242.74 meters
Move on heading due North for 4242.54 meters
Please enter heading for waypoint bravo in degrees: 220
Please enter distance to waypoint bravo in meters: 4500
Move on heading due West for 3447.19 meters
Move on heading due South for 2892.54 meters
The distance traveled to waypoint bravo is: 14825.01 meters
The true distance to point bravo is: 1566.97 meters
Please enter target bearing in degrees: 23
Please enter target range in meters: 620
Fire torpedoes on heading 24.61 degrees
Transcribed Image Text:Write in C Asks the user for the magnitude (distance), in meters, and the heading, in degrees of the navigation to way-point Alpha. - Decompose the vector into x and y components and output the magnitude and direction (North, West, South, or East are the only reliable headings on the sub's compass) of the x component and then they component. The x component is the magnitude multiplied by the cosine of the angle. They component is the magnitude multiplied by the sine of the angle. Determine compass direction depending on weather the vector component is positive or negative. This step has to be repeated for waypoint bravo. Output the total distance traveled by the submarine from the starting point till it reaches point bravo. Output the distance from the starting point till point bravo (the true distance, not the distance traveled). Ask the user for the target bearing (0 to 25 degrees, float) and range (range in meters, integer). Output a firing solution as follows Range 100 to 300 301 to 599 600 to 899 900 to 1200 Torpedo heading will be the target bearing increased by the percentage below. 5% 6% 7% 9% Sample Input and Output Please enter heading for waypoint alpha in degrees: 45 Please enter distance to waypoint alpha in meters: 6000 Move on heading due East for 4242.74 meters Move on heading due North for 4242.54 meters Please enter heading for waypoint bravo in degrees: 220 Please enter distance to waypoint bravo in meters: 4500 Move on heading due West for 3447.19 meters Move on heading due South for 2892.54 meters The distance traveled to waypoint bravo is: 14825.01 meters The true distance to point bravo is: 1566.97 meters Please enter target bearing in degrees: 23 Please enter target range in meters: 620 Fire torpedoes on heading 24.61 degrees
Expert Solution
steps

Step by step

Solved in 3 steps with 1 images

Blurred answer
Knowledge Booster
Use of XOR function
Learn more about
Need a deep-dive on the concept behind this application? Look no further. Learn more about this topic, computer-science and related others by exploring similar questions and additional content below.
Similar questions
  • SEE MORE QUESTIONS
Recommended textbooks for you
Database System Concepts
Database System Concepts
Computer Science
ISBN:
9780078022159
Author:
Abraham Silberschatz Professor, Henry F. Korth, S. Sudarshan
Publisher:
McGraw-Hill Education
Starting Out with Python (4th Edition)
Starting Out with Python (4th Edition)
Computer Science
ISBN:
9780134444321
Author:
Tony Gaddis
Publisher:
PEARSON
Digital Fundamentals (11th Edition)
Digital Fundamentals (11th Edition)
Computer Science
ISBN:
9780132737968
Author:
Thomas L. Floyd
Publisher:
PEARSON
C How to Program (8th Edition)
C How to Program (8th Edition)
Computer Science
ISBN:
9780133976892
Author:
Paul J. Deitel, Harvey Deitel
Publisher:
PEARSON
Database Systems: Design, Implementation, & Manag…
Database Systems: Design, Implementation, & Manag…
Computer Science
ISBN:
9781337627900
Author:
Carlos Coronel, Steven Morris
Publisher:
Cengage Learning
Programmable Logic Controllers
Programmable Logic Controllers
Computer Science
ISBN:
9780073373843
Author:
Frank D. Petruzella
Publisher:
McGraw-Hill Education