User Profile
				
					Collapse
				
			
		
	Profile Sidebar
				
					Collapse
				
			
		
	
						
							ryann18
						
						
							
							
							
						
						
					
					
					
				Last Activity: Dec 13 '06, 06:14 AM
						
						Joined: Oct 15 '06
						Location: South Carolina
					- 
	
	
	
	
My last one did...last week, I'm trying to study for my final for tomorrow.... - 
	
	
	
	
I dont have any projects, I was just wondering if there were any helpful tips on how to remember what to put in a class or any of those other things.Leave a comment:
 - 
	
	
	
	
I have done a lot of programs but my teacher hands them back with just an X on them and doesnt say what is wrong with it, on my last assignment there were six projects and I got every one of them to work and when I got it back he gave me a fifty!...Leave a comment:
 - 
	
	
	
	
 - 
	
	
	
	
Midterm Study Guide
I have a midterm tomorrow and I need some help! I am not good at Java at all I have the worst teacher on the face of the earth! He tells not teaches! But can someone give me some pointers!! He said to focus on the following:
1) Coding (if/for/do/while/if/else/arrays)
2) Need to know how to create drivers, objects, classes, setters and getters, and Arrays
3) Flow Charting
4) Scanners... - 
	
	
	
	
Can somebody help with this problem (modifying & overloading)
- Modify the Student class presented in this chapter as follows. Each student object should also contain the scores for three tests. Provide a constructor that sets all instance values based on parameter values. Overload the constructor such that each test score is assumed to initially be zero. Provide a method called setTestScore that accepts two parameters: the test number (1 through 3) and the score. Also provide a method called getTestScore... - 
	
	
	
	
Can someone please help with this modifying Account problem!?!?!
Can someone please help with this modifying Account problem!?!?!
Modify the Account class so that it also permits an account to be opened with just a name and an account number, assuming an initial balance of zero. Modify the main method of the Transactions class to demonstrate this new capability.
//*************** *************** *************** *************** ********
// Account.java Author: Lewis/Loftus... - 
	
	
	
	
Those six that I had posted before, the ones that you helped me with....Leave a comment:
 - 
	
	
	
	
Yeah that fits but how would I put only one sandbox on there if I have 6 exercises to plug in??...Leave a comment:
 - 
	
	
	
	
I dont understand this!!
I was just wondering, my teacher assigned a project for me and told me to "create one cat in SandBox and put all the methods (for example method_1) you need for the excercises in KittyKitty and call then (one at a time) from SandBox" and to turn in only one sandbox and one kittykitty, how if there are 6 assignments??? I dont understand!!! - 
	
	
	
	
Can someone please help now with this problem???
Write a method called sumRange that accepts two integers parameters that
represent a range. Issue an error message and return zero if the second
parameter is less than the first. Otherwise, the method should return the
sum of integers in that range (inclusive). - 
	
	
	
	
Help with for loops, please!!
Can someone please tell me how to do these???
Write a for loop to print the odd numbers from 1 to 99 (inclusive).
Write a for loop to print the multiples of 3 from 300 down to 3. - 
	
	
	
	
Can someone PLEASE HELP with these methods!!!
***Write a method called alarm that prints the string "Alarm!" multiple times on
seperate lines. The method should accept an integer parameter that
specifies how many times the string is printed. Print an error message if
the parameter is less than 1.
***Write a method called sumRange that accepts two integers parameters that
represent a range. Issue an error message and return zero if the... - 
	
	
	
	
 - 
	
	
	
	
Sorry I meant is there any way I can only do a while without an if / else statement?...Leave a comment:
 - 
	
	
	
	
Where does the while loop go in this?
For the second one would I just do basically the same thing except add num%2 for it to become even??...Leave a comment:
 - 
	
	
	
	
I'm using JDK1.5 with netbeans, nah I'm not familiar and I've never used that.Leave a comment:
 - 
	
	
	
	
Im not even sure how to start any of them, this is what I have for #2:
import javax.swing.JOp tionPane;
public class KittyKitty {
public static void main (String[] args)
{
String numStr, result;
do
{
System.out.prin tln ("Enter an integer: ");
result = "That number is " + ((num%2 == 0) ? "even"...Leave a comment:
 - 
	
	
	
	
Java exercises PLEASE help...should be easy for most java users!!!!
1. Write a while loop that verifies that teh user enters a positive integer value.
2. Write a do loop that verifies that teh user enters an even integer value.
3. Write a for loop to print the odd numbers from 1 to 99 (inclusive).
4. Write a for loop to print the multiples of 3 from 300 down to 3.
5. Write a method called alarm that prints the string "Alarm!" multiple times... - 
	
	
	
	
Help please Java
I need to also know what happens if two or more values are equal and if exactly two values are equal, does it matter whether the equal values are lower or higher than the third??
import java.util.Scann er;
public class MinOfThree
{
//-----------------------------------------------------------------
// Reads three integers from the user and determines the smallest
// value.... 
No activity results to display
							Show More
							
Leave a comment: