Click here to Skip to main content
15,899,313 members
Home / Discussions / C#
   

C#

 
GeneralRe: codes Pin
ajay 201012-Feb-10 16:41
ajay 201012-Feb-10 16:41 
GeneralRe: codes Pin
Wes Aday12-Feb-10 17:11
professionalWes Aday12-Feb-10 17:11 
GeneralRe: codes Pin
ajay 201012-Feb-10 18:04
ajay 201012-Feb-10 18:04 
GeneralRe: codes Pin
ajay 201012-Feb-10 18:51
ajay 201012-Feb-10 18:51 
AnswerRe: codes Pin
hammerstein0512-Feb-10 8:00
hammerstein0512-Feb-10 8:00 
GeneralRe: codes Pin
ajay 201012-Feb-10 16:43
ajay 201012-Feb-10 16:43 
GeneralRe: codes Pin
hammerstein0512-Feb-10 18:35
hammerstein0512-Feb-10 18:35 
GeneralRe: codes Pin
ajay 201012-Feb-10 18:46
ajay 201012-Feb-10 18:46 
i replied to everyone who r all send a response(good or bad response). that's all..i don't want anyone's pity or sympathy..
when some people ask some doubt, if you can solve it..otherwise keep your mouth shut..at least that you people can do...right..
anyway thanks for your response and the information you given...

i myself wrote the program...
int[] ajay=new int[4];
ajay[0]=2;
ajay[1]=2;
ajay[2]=2;
ajay[3]=2;

int x;

Console.WriteLine("enter the number");
x=Convert.ToInt32(Console.ReadLine());
x=x+1;



if (((x>4000)&&(x<8000))&&((ajay[0]==2)||(ajay[1]==2)||(ajay[2]==2)||(ajay[3]==2)))


{
Console.WriteLine("valid");
}


else

{
Console.WriteLine("invalid");
}


thanks for everyone.Don't feel bad, if i hurt you...consider everyone like your younger brother,then you won't feel like to scold...
AnswerRe: codes Pin
OriginalGriff12-Feb-10 8:20
mveOriginalGriff12-Feb-10 8:20 
GeneralRe: codes Pin
Dan Mos12-Feb-10 8:26
Dan Mos12-Feb-10 8:26 
GeneralRe: codes Pin
OriginalGriff12-Feb-10 8:44
mveOriginalGriff12-Feb-10 8:44 
GeneralRe: codes Pin
Dan Mos12-Feb-10 8:52
Dan Mos12-Feb-10 8:52 
GeneralRe: codes Pin
ajay 201012-Feb-10 16:45
ajay 201012-Feb-10 16:45 
AnswerRe: codes Pin
Dr.Walt Fair, PE12-Feb-10 8:29
professionalDr.Walt Fair, PE12-Feb-10 8:29 
GeneralRe: codes Pin
OriginalGriff12-Feb-10 8:45
mveOriginalGriff12-Feb-10 8:45 
GeneralRe: codes Pin
DaveyM6912-Feb-10 12:05
professionalDaveyM6912-Feb-10 12:05 
GeneralRe: codes Pin
OriginalGriff12-Feb-10 22:18
mveOriginalGriff12-Feb-10 22:18 
AnswerRe: codes Pin
Pete O'Hanlon12-Feb-10 9:29
mvePete O'Hanlon12-Feb-10 9:29 
AnswerRe: codes Pin
Luc Pattyn12-Feb-10 9:47
sitebuilderLuc Pattyn12-Feb-10 9:47 
GeneralRe: codes Pin
Wes Aday12-Feb-10 12:19
professionalWes Aday12-Feb-10 12:19 
GeneralRe: codes Pin
Keith Barrow12-Feb-10 12:56
professionalKeith Barrow12-Feb-10 12:56 
AnswerRe: codes Pin
Keith Barrow12-Feb-10 12:54
professionalKeith Barrow12-Feb-10 12:54 
GeneralRe: codes Pin
ajay 201012-Feb-10 16:47
ajay 201012-Feb-10 16:47 
AnswerRe: codes Pin
Dave Kreskowiak12-Feb-10 13:28
mveDave Kreskowiak12-Feb-10 13:28 
GeneralRe: codes Pin
ajay 201012-Feb-10 16:48
ajay 201012-Feb-10 16:48 

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.