Skip to content

Latest commit

 

History

History
20 lines (16 loc) · 1.2 KB

File metadata and controls

20 lines (16 loc) · 1.2 KB

Assembly

NASA Math Challenge 8 - Angluar Diameter

Finding angluar distance from Earth in 3 different scenarios Challenge link: https://eclipse2017.nasa.gov/challenge-8-%E2%80%93-exploring-angular-diameter Solution link: https://github.com/goops17/Assembly/blob/master/nasa_math_challenge_8.asm Solution image: pastedimage

NASA Math Challenge 8 - Angluar Diameter - Answer in Degrees or Arcseconds userchoice

Solution link: Solution link: https://github.com/goops17/Assembly/blob/master/nasa_math_challenge_8-2.asm Degrees: image Arcseconds: image

Calculating Surface area

Taking user input and calculating surface area (SA) = 2 * B (Base Height) + Circumference (C)* height(h) Solution link: https://github.com/goops17/Assembly/blob/master/surface-area.asm Sample solution: pastedimage 1