Question: Write a program that evaluates the following arithmetic expression: Ovalue = ( ( Gvalue + 1.5) / 0.75 ) + (6.1 * Wvalue) Ask the
Write a program that evaluates the following arithmetic expression:
Ovalue = ( ( Gvalue + 1.5) / 0.75 ) + (6.1 * Wvalue) Ask the user to enter the values to the variables, Gvalue and Wvalue are positive float values. Display the resulting value on screen, use ReadFloat and WriteFloat procedures.
(for example, if Gvalue = 1.2 , Wvalue = 0.4 , then the result Ovalue will equal to 6.04) assembly language )visual studio)
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
