Question: Section Practical Instructions: Use Codeblocks / www.onlinegdb.com to write programs. Copy and paste program in the answer part. Write a C program to read two
Section Practical Instructions: Use Codeblocks / www.onlinegdb.com to write programs. Copy and paste program in the answer part. Write a C program to read two floating point numbers Land M from the console. Find and display the value of N using the following formula. (Use if.else ..if structure) N= L4 - VM + P M P 10 % of L 5% of L if value of M is more than or equals to 16 if value of M is less than 16 and greater than or equal to 9 If value of M is less than 9 and greater than or equals to 4 If value of M is less than 4 2% of L 1 % of L Sample output: enter the values of L and M:2 4 L-2.000000 M=4.000000 P-0.040000 N=14.840000
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
