Search results for query: *

  • Users: jacob_1988
  • Content: Threads
  • Order by date
  1. J

    Delta X and Delta Y between two points?

    I have written some C# code that is suppose to show the ouput of 'Distance between points: 1.414 degrees' and 'Angle between points: -135.000'. But I keep getting the same output irregardless of the input i.e. if I enter any numbers at the prompt I still get: Distance between points...
  2. J

    exit console application code, also center code?

    I have a few questions regarding a Menu with C# (as below). The first problem is how do I write a line of code that will close the Console Application when prompted, i.e. if I write the message 'Do you want to quit (y/n) ?' - and they press Y - how would I write code that wouldexi the...
  3. J

    Need to change position of decimal point.

    I have written a small C# program to calculate height and speed (of degrees) but when I output the code - the numbers don't read correctly (or as my course work intended). Example: 45 degrees should read: 1020.408 but the output is: 0.10204080, moreover, the other example (input speed 100)...
Back
Top Bottom