Question: b) Write a FORTRAN program which receives 20 integers between 1 and 9 from the user into an array, send them to the subroutine count
b) Write a FORTRAN program which receives 20 integers between 1 and 9 from the user into an array, send them to the subroutine count and print the integer(s) that repeated least number of times but not zero. If there are multiple integers that repeated same number of times, all should be printed. Example: For the example given above, the program will print 7 which repeated only 1 time
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
