
- Home
- Activity Stream
Activity Stream
New Activity ()
Please reload this page to view the 200+ new activity items that have been created.
-
Older Activity
-
May 27th, 2023, 12:52 AM
I found out that you don't want to use == to compare strings in Java. You need to use .equals method or the .compare method.
3 replies | 178 view(s)
-
May 26th, 2023, 11:42 AM
Or just that you're assuming == does what you want.
import java.util.Scanner;
public class PlayForOzzy
{
public static void main(String...
3 replies | 178 view(s)
-
May 26th, 2023, 05:33 AM
Using the debug library (oraocci11d.lib, vc9; NOT oraocci11.lib) for the debug mode did the trick for me (Toolset VS2008 in VS2017).
4 replies | 5287 view(s)
-
May 26th, 2023, 01:21 AM
I tested to see what was contained in the personsGuitar variable after that line executed and indeed LesPaul was in that variable. I also tested to...
3 replies | 178 view(s)
-
May 25th, 2023, 11:22 PM
in c#, when i add item to listView1 there will be two images via command:
...
string imgName =...
0 replies | 135 view(s)
-
May 25th, 2023, 11:00 PM
I have this cool program that uses a logical operator to join two conditions in an if statement. Basically for a person to get a job playing for Ozzy...
3 replies | 178 view(s)
-
May 25th, 2023, 06:31 AM
It's de]code goes here
> userNumberOfYearsPlayed = keyboard.nextInt();
This reads a number, but does NOT consume the newline at the end of it.
...
2 replies | 109 view(s)
-
May 25th, 2023, 03:41 AM
I could not see any thing that says how to post code. I suspected it would be but it looks like that didn't work. I'm using Java 20 its I think the...
2 replies | 109 view(s)
-
May 25th, 2023, 03:36 AM
I got this program using nested ifs and it compiles fine but gives me the wrong outcome. The way it is now, when I run the code and the first...
2 replies | 109 view(s)
|
Click Here to Expand Forum to Full Width
|