Dilbar
Replies to this thread:
More by Dilbar
What people are reading
Subscribers
Please log in to subscribe to Dilbar's postings.
:: Subscribe
|
could anyone help with this problem please
|
[VIEWED 6002
TIMES]
|
SAVE! for ease of future access.
|
|
|
|
Dilbar
Please log in to subscribe to Dilbar's postings.
Posted on 06-28-10 7:20
PM
Reply
[Subscribe]
|
Login in to Rate this Post:
0
?
|
| |
could anyone help with this problem please
You are given three integer numbers: a, b and c. Write a function:int median3(int a,int b,int c); which returns the second largest number x, among sequence (a,b,c). For example: - for median3(4, 2, 6) the correct answer is 4,
- for median3(1, 2, 2) the correct answer is 2.
|
| |
|
|
|
|
ANS
Please log in to subscribe to ANS's postings.
Posted on 06-29-10 1:15
PM [Snapshot: 176]
Reply
[Subscribe]
|
Login in to Rate this Post:
1
?
Liked by
|
| |
what about this? ;-) int median3(int a, int b, int c) {
int middle;
if(a < b && a > c || a > b && a < c){ middle = a;} else if(b < a && b > c || b > a && b < c){ middle = b;} else{middle = c;};
return middle;
}
|
| |
Please Log in! to be able to reply! If you don't have a login, please register here.
YOU CAN ALSO
IN ORDER TO POST!
Within last 365 days
| Recommended Popular Threads |
Controvertial Threads |
| ए १ पनि पुगेनछ ? |
| TPS to F1 Status. |
| NRN card pros and cons? |
| TPS To F-1 COS |
| TPS Sakiyo Tara Case is in Court. |
| Got my F1 reinstatement approved within 3 months(was out of F1 for almost 2 years) |
| Has anyone here successfully reinstated to F-1 status after a year-long gap following a drop from F-1? |
| Democrat wants to run election like in India. Chaos and Confusing to voters. |
| Need Help of IT consultancies |
| Nepal TPS decision |
| Supreme Court allows Trump to end TPS for Venezuelans |
| Any input on remote jobs(IT related or Sales or Marketing)? |
| नोबेल शान्ति पुरस्कार र अशान्त राष्ट्रपतिको बालहठ |
| 2020 : Why No Trump ! |
| Nepal Likely to Get 60-Day TPS Notice |
| Nepal TPS has been Extended !!! |
| नेपाली वालमार्ट चोर |
| 200 denaturalization cases per month to the Department of Justice for the 2026 fiscal year. |
| ANA and AJAY KUMAR DEV. RAPISTS CONVENTION |
| #MAGA#FAFO is delicious |
|
|
NOTE: The opinions
here represent the opinions of the individual posters, and not of Sajha.com.
It is not possible for sajha.com to monitor all the postings, since sajha.com merely seeks to provide a cyber location for discussing ideas and concerns related to Nepal and the Nepalis. Please send an email to admin@sajha.com using a valid email address
if you want any posting to be considered for deletion. Your request will be
handled on a one to one basis. Sajha.com is a service please don't abuse it.
- Thanks.
|