Question: Section C Practical Instructions: Use Codeblocks / www.onlinegdb.com to write programs. Copy and paste program in the answer part. Write a C program to read

Section C 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 T and F from the console and find the value of K using the following formula. (Use if..else ..if structure ) K = 3VT - 4F2 + P T If value of T is more than or equals to 25 If value of T is less than 25 and greater than or equal to 16 If value of T is less than 16 and greater than or equals to 9 If value of T is less than 9 Sample output: enter the values of T and F:3.0 4.5 T=3.000000 F-4.500000 P=0.045000 K=-75.758850
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
