Forum: VB.NET Mar 28th, 2008 |
| Replies: 2 Views: 310 |
Forum: VB.NET Mar 28th, 2008 |
| Replies: 2 Views: 310 Help with VB 2008... Hello,
I'm a super newbie at VB and I'm trying to write a very simple math program. The program is supposed to do some arithmetic and display the results, piece of cake. The problem lies in... |
Forum: Visual Basic 4 / 5 / 6 Mar 28th, 2008 |
| Replies: 2 Views: 294 Re: Newbie error Thanks Shouvik! I'm so new to VB that I didn't even think of posting this on the NET site... Thanks again :-) |
Forum: Visual Basic 4 / 5 / 6 Mar 28th, 2008 |
| Replies: 2 Views: 294 Newbie error Hello Everybody,
If I'm a Java Newbie I am even more hopeless in VB... I'm using the Trial version of VB 8.
I need to find out why am I getting an InvalidCastException on the line in red... I... |
Forum: Java Mar 1st, 2008 |
| Replies: 2 Views: 1,326 |
Forum: Java Mar 1st, 2008 |
| Replies: 2 Views: 1,326 <identifier> expected error... Help! Can anybody tell me why I keep getting this error?
Asig02_Attempt2.java:37: <identifier> expected
public void sincronizarCanal(canal)
Am I mixing a class with a method? This is just a small... |
Forum: Java Dec 5th, 2007 |
| Replies: 6 Views: 407 Re: Any programmer there, please help me!!!! brightstar, I don't think you'll get any help if you just want somebody to do your homework for you. Try to write the program as best you can and then post if you have any questions.... |
Forum: Java Nov 30th, 2007 |
| Replies: 5 Views: 557 Re: isANum in Java?? jwenting
You mean to pick any one character from whatever the user inputs? If that's the case, what if the user enters something like 12ab and I pick a number?
Ezzaral
I would like to do... |
Forum: Java Nov 30th, 2007 |
| Replies: 5 Views: 557 isANum in Java?? Is there a way to find if an entry is indeed a number without using try/catch? I want the program to keep asking the user to enter a number if s/he is "silly" enough to input something... |
Forum: Java Nov 26th, 2007 |
| Replies: 7 Views: 1,446 Re: nextLine() terminates program lookof2day, thanks for your input, that did the trick... The reason I have this code here
nuevoIndice = x - 1;
System.out.println(arregloTotalDatos[ nuevoIndice ]);
is because the data in the... |
Forum: Java Nov 23rd, 2007 |
| Replies: 1 Views: 1,192 string concatenation in loop Is there a way to simplify this code? I tried iterating around just one for loop, converting the loop variable into a String and concatenating it with the variables arreglo2, 3 and 4; but it doesn't... |
Forum: Java Nov 23rd, 2007 |
| Replies: 7 Views: 1,446 |
Forum: Java Nov 22nd, 2007 |
| Replies: 7 Views: 1,446 Re: nextLine() terminates program I just read cscgal message about people posting their homework problems in hopes of getting a quick solution. Just wanted you to know that I've tried everything I can think of to get a solution for... |
Forum: Java Nov 22nd, 2007 |
| Replies: 7 Views: 1,446 nextLine() terminates program Hello and Happy Thanksgiving (to those who celebrate it),
I have a small program that needs to read data off of a text file (name, city and age) and store it in an array. The program asks the user... |