Click here to Skip to main content
15,922,894 members
Home / Discussions / C#
   

C#

 
GeneralRe: C# Decode CDR file Pin
OriginalGriff26-Jan-11 22:40
mveOriginalGriff26-Jan-11 22:40 
GeneralRe: C# Decode CDR file Pin
Socheat.Net26-Jan-11 22:43
Socheat.Net26-Jan-11 22:43 
AnswerRe: C# Decode CDR file Pin
V.26-Jan-11 22:52
professionalV.26-Jan-11 22:52 
GeneralRe: C# Decode CDR file Pin
Socheat.Net26-Jan-11 23:12
Socheat.Net26-Jan-11 23:12 
QuestionHow to join 2 queues? Pin
Chesnokov Yuriy26-Jan-11 21:09
professionalChesnokov Yuriy26-Jan-11 21:09 
AnswerRe: How to join 2 queues? Pin
Abhinav S26-Jan-11 21:42
Abhinav S26-Jan-11 21:42 
Questionwhat is the difference between these two lines in c# Pin
nithla26-Jan-11 19:13
nithla26-Jan-11 19:13 
AnswerRe: what is the difference between these two lines in c# Pin
Pravin Patil, Mumbai26-Jan-11 20:30
Pravin Patil, Mumbai26-Jan-11 20:30 
AnswerRe: what is the difference between these two lines in c# Pin
OriginalGriff26-Jan-11 21:15
mveOriginalGriff26-Jan-11 21:15 
GeneralRe: what is the difference between these two lines in c# Pin
Pravin Patil, Mumbai26-Jan-11 21:24
Pravin Patil, Mumbai26-Jan-11 21:24 
GeneralRe: what is the difference between these two lines in c# Pin
OriginalGriff26-Jan-11 21:26
mveOriginalGriff26-Jan-11 21:26 
GeneralRe: what is the difference between these two lines in c# Pin
nithla26-Jan-11 21:30
nithla26-Jan-11 21:30 
AnswerRe: what is the difference between these two lines in c# Pin
Pravin Patil, Mumbai26-Jan-11 21:25
Pravin Patil, Mumbai26-Jan-11 21:25 
QuestionDataset Question Pin
eddieangel26-Jan-11 11:09
eddieangel26-Jan-11 11:09 
AnswerRe: Dataset Question Pin
RobCroll26-Jan-11 12:51
RobCroll26-Jan-11 12:51 
GeneralRe: Dataset Question Pin
eddieangel26-Jan-11 12:58
eddieangel26-Jan-11 12:58 
GeneralRe: Dataset Question Pin
RobCroll26-Jan-11 13:22
RobCroll26-Jan-11 13:22 
GeneralRe: Dataset Question Pin
eddieangel26-Jan-11 13:30
eddieangel26-Jan-11 13:30 
GeneralRe: Dataset Question Pin
RobCroll26-Jan-11 14:43
RobCroll26-Jan-11 14:43 
AnswerRe: Dataset Question Pin
PIEBALDconsult26-Jan-11 13:46
mvePIEBALDconsult26-Jan-11 13:46 
GeneralRe: Dataset Question Pin
eddieangel26-Jan-11 13:48
eddieangel26-Jan-11 13:48 
GeneralRe: Dataset Question Pin
PIEBALDconsult26-Jan-11 14:11
mvePIEBALDconsult26-Jan-11 14:11 
Questionwhat the code of this Pin
Nabawoka26-Jan-11 11:04
Nabawoka26-Jan-11 11:04 
AnswerRe: pleaaaaaaaase important and now iam in exam online the solution of this ????? Pin
Pete O'Hanlon26-Jan-11 11:11
mvePete O'Hanlon26-Jan-11 11:11 
AnswerRe: pleaaaaaaaase important and now iam in exam online the solution of this ????? Pin
TheGreatAndPowerfulOz26-Jan-11 11:11
TheGreatAndPowerfulOz26-Jan-11 11:11 
dude, that's pretty simple, but we're not here to do your homework for you.

you need to try and post what you tried and maybe we can give you pointers.

given the description you should first write a function that answers whether a number is prime or not.

then another function isJeffian that iterates over the given array and counts the number of primes in the array.

if that count is equal to the first argument of the array (and the first argument is prime) then it's a Jeffian array, so return true, otherwise return false.
"If your actions inspire others to dream more, learn more, do more and become more, you are a leader." - John Quincy Adams

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.