You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Write a psuedocode to accept 10 numbers from a user and store it in an array and check if the first element of the array is divisible by the last element of the array. if true, display the first element of the array 10 times. if false, display the last element of the array 10 times. Divide the program into two modules
The text was updated successfully, but these errors were encountered:
Write a psuedocode to accept 10 numbers from a user and store it in an array and check if the first element of the array is divisible by the last element of the array. if true, display the first element of the array 10 times. if false, display the last element of the array 10 times. Divide the program into two modules
The text was updated successfully, but these errors were encountered: