Question: This is for the C# language You are given two parameters a list of ints called items and a single int called amount. You will

This is for the C# language

You are given two parameters a list of ints called items and a single int called amount. You will iterate through items and remove any element of the list that is less than or equal to the amount

public void Test5(List items, int amount)

---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------

bool Test1(int number)

Given an integer, determine if it is a prime number or not. If prime, return True otherwise, return False.

---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------

bool Test2 (string word)

Given a string(Word), determine if it is a palindrome or not.

Example Input: Racecar

Example Output: True

-------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------

int Test4( int[,] matrix)

for this test you are givven a 2D array called matrix

iterate through the entire 2D matrix and count the number of 0's

once you have counted all the 0's in the 2D array, return the number

Step by Step Solution

There are 3 Steps involved in it

1 Expert Approved Answer
Step: 1 Unlock blur-text-image
Question Has Been Solved by an Expert!

Get step-by-step solutions from verified subject matter experts

Step: 2 Unlock
Step: 3 Unlock

Students Have Also Explored These Related Databases Questions!