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++ program to check if it is possible to add two integers to get the third integer from three given integers
C++ programming
Programming
2022-05-18
Answers
30
Question
40
Followers
30
0
1
112
Write a C++ program to check if y is greater than x, and z is greater than y from three given integers x,y,z
C++ programming
Programming
2022-05-18
Answers
30
Question
40
Followers
30
0
1
136
Write a C++ 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
124
Write a C++ 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
107
Write a C++ 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
124
Write a C++ 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
138
Write a C++ 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
165
Write a C++ 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
133
Write a C++ 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
154
Write a C++ program to create a string like "aababcabcd" from a given string "abcd"
C++ programming
Programming
2022-05-18
Answers
30
Question
40
Followers
30
0
1
152
Write a C++ program to count a substring of length 2 appears in a given string and also as the last 2 characters of the string. Do not count the end substring
C++ programming
Programming
2022-05-18
Answers
30
Question
40
Followers
30
0
1
175
Write a C++ program to check whether the sequence of numbers 1, 2, 3 appears in a given array of integers somewhere
C++ programming
Programming
2022-05-18
Answers
30
Question
40
Followers
30
0
1
142
Write a C++ program to compare two given strings and return the number of the positions where they contain the same length 2 substring
C++ programming
Programming
2022-05-18
Answers
30
Question
40
Followers
30
0
1
109
Total:
5601
Previous
360
361
362
363
364
Next
Go