Forum: HTML and CSS Sep 12th, 2008 |
| Replies: 3 Views: 365 help!!!! what is the general syntax for the <noframes> tag??? |
Forum: Networking Hardware Configuration Aug 11th, 2008 |
| Replies: 2 Views: 259 need help!!! when connecting computers in a private network, do you need a router? or all you need is a switch? |
Forum: Java May 19th, 2008 |
| Replies: 2 Views: 248 need help!!!!! write a gui program to compute the amount of a certificate of deposit on maturity.the sample data follows:
Amount deposited 8000.00
Years 15
Interest Rate ... |
Forum: Java May 15th, 2008 |
| Replies: 2 Views: 234 need help! I have to write a program that asks the user to input a positive integer. It should than output a message indicating whether the number is a prime number. |
Forum: Java May 5th, 2008 |
| Replies: 5 Views: 449 need help with for loop import java.util.*;
public class changemakerj
{
static Scanner console=new Scanner (System.in);
static final double PRICE = 10.50;
public static void main (String[] Args)
{
double... |