Problem:
Question 1: Describe the steps involved in making a network diagram. Explain thoroughly.
Question 2: Write a main function to input 20 integers in the range of 1 to 6. Write a function to count the number of times the numbers 2 and 5 occur. The function should declare static variables count2 and count5. Check the data validity in the main function. Could someone explain this to me?