Question: Write a Fortran program which prompts to input your name and ID as in the example program, and output as follows: My name is Mark

Write a Fortran program which prompts to input your name and ID as in the example program, and output as follows: My name is Mark Anthony. My student ID is 339. Write a Fortran program to compute the area of a triangle determined by jointing the three points (x1,y1), (x2,y2) and (x348) given by a user who executes the program. Use implicit nonero statement in your program. Write a Fortran program to compute the logarithm of a number x to an arbitrary base b, i.e., logix, using the intrinsic function ALOG10 (x). Test the program by calculating the logarithm to the base e of number x using ALOG (x) Use implicit none statement in your program
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
