Discover
Questions library
Collections library
Find online teacher
login
Discover
questions library
Find online teacher
login
Popular searches:
if-else
class-diagram
flowchart
Polymorphism
Home
Questions
Questions
Study lists
hamza shaheen Questions
5601 Questions
Write a C# Sharp program to create a new string from a given string. If the first or first two characters is 'a', return the string without those 'a' characters otherwise return the original given string
c# programming
Programming
2022-05-18
Answers
30
Question
40
Followers
30
0
1
180
Write a C# Sharp program to check a given array of integers of length 1 or more and return true if 10 appears as either first or last element in the given array
c# programming
Programming
2022-05-18
Answers
30
Question
40
Followers
30
0
1
135
Write a C# Sharp program to check a given array of integers of length 1 or more and return true if the first element and the last element are equal in the given array
c# programming
Programming
2022-05-18
Answers
30
Question
40
Followers
30
0
1
172
Write a C# Sharp program to check two given arrays of integers of length 1 or more and return true if they have the same first element or they have the same last element
c# programming
Programming
2022-05-18
Answers
30
Question
40
Followers
30
0
1
200
Write a C# Sharp program to compute the sum of the elements of an given array of integers
c# programming
Programming
2022-05-18
Answers
30
Question
40
Followers
30
0
1
114
Write a C# Sharp program to rotate the elements of a given array of integers (length 4 ) in left direction and return the new array
c# programming
Programming
2022-05-18
Answers
30
Question
40
Followers
30
0
1
152
Write a C# Sharp program to reverse a given array of integers and length 5
c# programming
Programming
2022-05-18
Answers
30
Question
40
Followers
30
0
1
168
Write a C# Sharp program to find out the maximum element between the first or last element in a given array of integers ( length 4), replace all elements with maximum element
c# programming
Programming
2022-05-18
Answers
30
Question
40
Followers
30
0
1
143
Write a C# Sharp program to create a new string of length 2, using first two characters of a given string. If the given string length is less than 2 use '#' as missing characters
c# programming
Programming
2022-05-18
Answers
30
Question
40
Followers
30
0
1
138
Write a C# Sharp program to create a new string taking the first character from a given string and the last character from another given string. If the length of any given string is 0, use '#' as its missing character
c# programming
Programming
2022-05-18
Answers
30
Question
40
Followers
30
0
1
117
Write a C# Sharp program to combine two given strings (lowercase). If there are any double character in new string then omit one character
c# programming
Programming
2022-05-18
Answers
30
Question
40
Followers
30
0
1
206
Write a C# Sharp program to create a new string from a given string after swapping last two characters
c# programming
Programming
2022-05-18
Answers
30
Question
40
Followers
30
0
1
129
Write a C# Sharp program to check if a given string begins with 'abc' or 'xyz'. If the string begins with 'abc' or 'xyz' return 'abc' or 'xyz' otherwise return the empty string
c# programming
Programming
2022-05-18
Answers
30
Question
40
Followers
30
0
1
147
Total:
5601
Previous
320
321
322
323
324
Next
Go