Forum: Java Aug 11th, 2008 |
| Replies: 13 Views: 1,185 try
{
<you code here>
}
catch (ArrayIndexOutOfBounds evt)
{
System.out.println(" Ur Message");
} |
Forum: Networking Hardware Configuration Aug 1st, 2008 |
| Replies: 10 Views: 7,500 did u check with the router settings.. coz even i had some issues with MSN messenger and some sites.. i change the setting. and it worked.. check it with the ISP server |
Forum: C May 23rd, 2008 |
| Replies: 12 Views: 1,769 here is the Code
#include<stdio.h>
main()
{
int x,y,ans=1;
printf("Enter Your Number:"); |
Forum: C May 23rd, 2008 |
| Replies: 12 Views: 1,769 wait let me do it and put the code in here |
Forum: C May 23rd, 2008 |
| Replies: 20 Views: 1,872 as far as i feel that we need both Variables. but depend on the Situation u can use global variables. but mostly i prefered to go with local variables. but if u feel that u badly want one ore two... |