Question: Q4) Write a Fortran-90 program to find the largest number among any four different real numbers (a.b.c and d), by using nested if-then-else-end if. Depending
Q4) Write a Fortran-90 program to find the largest number among any four different real numbers (a.b.c and d), by using nested if-then-else-end if. Depending on the following flowchart: largest=a If(a>d) largest=d Then If(a>c) T then largest=C If (c>d) largest=d If(a>b) largest=b If(b>d) I then largest=d If(b>c) largest=C if(c>d) largest=d
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
