I found the problem. Thank you so much for the info!
Type: Posts; User: Techstudent
I found the problem. Thank you so much for the info!
I am working on my final project for class and I am having problems finding the .class file to run the program. Any help would be greatly appreciated!
import java.awt.*;
import java.awt.event.*;...
Thank you for the information!
Hello All ---
I am working on the following assignment and need a little bit of help with my code.
Write a program that has three buttons, each displaying a different text that when pressed...
Thank you so much for clearing that up for me!
Hello All,
I recently took a quiz and I am confused by the correct answer. Can someone please explain the answer to me? Thank you so much!
You have two arrays named b and c. You call a static...
I've been going through the StringBuffer part of my unit and believe that I have gained enough understanding to manipulate the StringBuffer in a program. Yet each time I try to invoke one of the...
Thank you for the info! I played around with my code and I figured out my problem. Thanks!
Hello All! I am working on the following assignment: An attempt to moveOn or backUp or to evaluate seesCD when it is illegal causes an abrupt System.exit(0) without explanation. The user would...
Thank you all again for the help! I figured out the problem :)
Thank you all so much for the advice! I have made a few changes and I am still receiving errors. Here is the updated copy of my code. Any ideas?
class test{
public static void main(String []...
Here are the directions to my assignment:
Write two programs: one using the String class and one using the StringBuffer class. Your programs should store a set of Strings in an ArrayList and print...
Every time I compile this program, it always says there's an error, and I feel like I've done everything right. Currently it's saying that "sentence.add(str1);" has an error because it can't find a...
Hello All,
I am taking an AP Computer Science course and I am very confused about one particular question on a quiz. Can somebody please explain why the answer is 32? Thank you so much for your...