Answered step by step
Verified Expert Solution
Question
1 Approved Answer
Please help solve them using visual studio code. Extract and display the grade and mark for the unit eng0001 to the console. Data: let data
Please help solve them using visual studio code.
Extract and display the grade and mark for the unit eng0001 to the console. Data: let data { eng2001: [1, 2000, "HD", 92], engo002: [1,2000, "N",41], eng0003: [2,2000,"C",65], eng0004: [2,2000,"D",81], }; This question has two parts. Part 1 requires you to write some pseudo-code to solve the problem. Answer this inside a multi-line block comment. Part 2 requires you to write some code based on the answer to Part 1. Answer this below your answer to Part 1. An engineer needs to measure the height of a building which is X metres away. A colleague observes that the top of the building is at an angle of alpha elevation from the top of the engineer's head. The engineer's height is given as h. Variables: h: 181 cm alpha: 48.63 X: 43.00m Your final answer should be rounded to two decimal places in metresStep by Step Solution
There are 3 Steps involved in it
Step: 1
Get Instant Access to Expert-Tailored Solutions
See step-by-step solutions with expert insights and AI powered tools for academic success
Step: 2
Step: 3
Ace Your Homework with AI
Get the answers you need in no time with our AI-driven, step-by-step assistance
Get Started