I am writing a code that will allow user to input data to create a personal web page. New page will display and Layout data that was input. Here is my code:
Please help me solve my problem
<html><head><title>Growlite Marketing</title>
</head>
<body bgcolor="#0000A0" text="#660033">
<font...
I created this swing applet to balance my checking account but I can not get it to calculate. Here's the code:
import javax.swing.*;
import java.awt.*;
import java.awt.event.*;
//Create a Swing applet that will calculats the current balance of a
//checking account in a JTextField.
public class...
I wrote this program using the sortString method. When I run the program I get this error:
Exception in thread "main" java.lang.ArrayIndexOutofBoundsException at HairSalon.main<HairSalon.java:18>
What does this mean? Did I write the code right? Code is below.
public class HairSalon...
I have to debugg this program there is an error with the IF and FOR statement. Could some please expalin to me what's wrong?
public class FixDebugSix2
// Print the character values
// of 65 through 122
{
public static void main(String[] args)
{
char letter = a;
int a =0...
Thanks a million, I have really been stressing about this code. My text book is very confusing and I 'm taking this course on line. Do you have any suggestion on good reference books that will help me understand what I'm doing?
I need help!! I am writing a problem the in interactive and will calculate a companys payroll. My problem is I can not get the program to execute all after first method. That is it will allow me to enter the requested information but will stop after info entered and displayed. Also having a...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.