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 check if three given numbers are in strict increasing order, such as 4 7 15, or 45, 56, 67, but not 4 ,5, 8 or 6, 6, 8.However,if a fourth parameter is true, equality is allowed, such as 6, 6, 8 or 7, 7, 7
c# programming
Programming
2022-05-18
Answers
30
Question
40
Followers
30
0
1
115
Write a C# Sharp program to check if two or more non-negative given integers have the same rightmost digit
c# programming
Programming
2022-05-18
Answers
30
Question
40
Followers
30
0
1
204
Write a C# Sharp program to check three given integers and return true if one of them is 20 or more less than one of the others
c# programming
Programming
2022-05-18
Answers
30
Question
40
Followers
30
0
1
103
Write a C# Sharp program to find the larger from two given integers. However if the two integers have the same remainder when divided by 7, then the return the smaller integer. If the two integers are the same, return 0
c# programming
Programming
2022-05-18
Answers
30
Question
40
Followers
30
0
1
193
Write a C# Sharp program to check two given integers, each in the range 10..99. Return true if a digit appears in both numbers, such as the 3 in 13 and 33
c# programming
Programming
2022-05-18
Answers
30
Question
40
Followers
30
0
1
125
Write a C# Sharp program to compute the sum of two given non-negative integers x and y as long as the sum has the same number of digits as x. If the sum has more digits than x then return x without y
c# programming
Programming
2022-05-18
Answers
30
Question
40
Followers
30
0
1
125
Write a C# Sharp program to compute the sum of three given integers. If the two values are same return the third value
c# programming
Programming
2022-05-18
Answers
30
Question
40
Followers
30
0
1
146
Write a C# Sharp program to compute the sum of the three integers. If one of the values is 13 then do not count it and its right towards the sum
c# programming
Programming
2022-05-18
Answers
30
Question
40
Followers
30
0
1
170
Write a C# Sharp program to check if a triple is presents in an array of integers or not. If a value appears three times in a row in an array it is called a triple
c# programming
Programming
2022-05-18
Answers
30
Question
40
Followers
30
0
1
149
Write a C# Sharp program to compute the sum of the two given integers. If the sum is in the range 10..20 inclusive return 30
c# programming
Programming
2022-05-18
Answers
30
Question
40
Followers
30
0
1
125
Write a C# Sharp program that accept two integers and return true if either one is 5 or their sum or difference is 5
c# programming
Programming
2022-05-18
Answers
30
Question
40
Followers
30
0
1
160
Write a C# Sharp program to test if a given non-negative number is a multiple of 13 or it is one more than a multiple of 13
c# programming
Programming
2022-05-18
Answers
30
Question
40
Followers
30
0
1
169
Write a C# Sharp program to check if a given non-negative given number is a multiple of 3 or 7, but not both
c# programming
Programming
2022-05-18
Answers
30
Question
40
Followers
30
0
1
121
Total:
5601
Previous
323
324
325
326
327
Next
Go