Answer:
Engineer A results will be more accurate
Explanation:
Analytical method is better than numerical method. Engineer A has used analytical method and therefore his results will be more accurate because he used simplified method. Engineer B has used software to solve the problem related to heat transfer his results will be approximate.
Answer:

Explanation:
Density is defined as mass ler unit volume, expressed as

Where m is mass,
is density and v is the volume. For a sphere, volume is given as

Replacing this into the formula of density then

Given diameter of 2.24 in then the radius is 1.12 in. Substituting 0.82 lb for m then

Answer:
Any engineering job would be good YOU should be the one choosing which job.
Explanation:
Engineering is a great outlet for the imagination, and the perfect field for independent thinkers.
Answer:
START
READ ID_Number
READ Item_description
READ length_of_auction_Days
READ minimum_required_bid
IF minimum_required_bid GREATER THAN 100
THEN
DISPLAY
Item Details are
Item Id : ID_Number
Item Description: Item_description
Length Action days: length_of_auction_Days
Minimum Required Bid: minimum_required_bid
END
Explanation: