C# Coding-- Shell is Attached

tritia1
AssignmentShell.cs

//Name //Data //Assignment using System; using System.Collections.Generic; using System.Linq; using System.Text; namespace assignment6 { class assignment6 { static void Main(string[] args) { //Declare your variables here - remember, //you'll need them to be "double" //Prompt the user for input for the object direction, //object speed, wind direction, and wind speed. //Get into your loop //Convert your directions to radians by multiplying //them times pi/180. //Calculate you airspeed using the formula provided //Get user inputs again, all zeros stop the process } } }