Answered step by step
Verified Expert Solution
Link Copied!

Question

1 Approved Answer

Write a C program to read two floating point numbers and M from the console. Find and display the value of N using the following

image text in transcribed
Write a C program to read two floating point numbers and M from the console. Find and display the value of N using the following formula. M P If value of M is more than or equals to 16 10% of L If value of M is less than 16 and greater than or equal to 95% of L If value of M is less than 9 and greater than or equals to 42 % of L If value of M is less than 4 1 % of L N = 14 - M+P Print the values of L.M.P and N. SAMPLE OUTPUT: enter the values of L and M:24 L=2.eeeeee M-4.eeeeee p=0.040000 N=14.840000 120 O ENG 99

Step by Step Solution

There are 3 Steps involved in it

Step: 1

blur-text-image

Get Instant Access to Expert-Tailored Solutions

See step-by-step solutions with expert insights and AI powered tools for academic success

Step: 2

blur-text-image

Step: 3

blur-text-image

Ace Your Homework with AI

Get the answers you need in no time with our AI-driven, step-by-step assistance

Get Started

Recommended Textbook for

Modern Database Management

Authors: Jeff Hoffer, Ramesh Venkataraman, Heikki Topi

13th Edition Global Edition

1292263350, 978-1292263359

Students also viewed these Databases questions

Question

Know the different variations of arbitration that are in use

Answered: 1 week ago