Bob Shangles

Greenhorn
+ Follow
since Feb 03, 2013
Merit badge: grant badges
For More
Cows and Likes
Cows
Total received
0
In last 30 days
0
Total given
0
Likes
Total received
1
Received in last 30 days
0
Total given
0
Given in last 30 days
0
Forums and Threads
Scavenger Hunt
expand Ranch Hand Scavenger Hunt
expand Greenhorn Scavenger Hunt

Recent posts by Bob Shangles

Hello, again . I've been really busy with school and thought no one else responded but 1 person, but you guys did!
I almost gave up on it until I saw all the helpful post and I decided to give another stab at it.
all the post are a great addition to my program. Thank you, for all the great post and will give another post if it worked or not.


THANK YOU
11 years ago
My dad and I are currently using the book called Blue Pelican Java.(he also purchased the answer book too) We also supplement our reading by visiting this website and working on there exercises. We are currently working on the if Statements.

http://programmedlessons.org/java5/Notes/chap12/progExercises12.html

For exercise 2 called: Order checker. Is there a way to solve this problem without using the && statements?
Also, before I used the && statements I was unable to print the result out every time I ran this program;

System.out.println("Total price is " + (totalBoltPrice + totalNutPrice + totalWasherPrice));
This is the program I have now it runs and seems to solve the question on exercise 2.




I hope I was clear (I'm only 11 ) I like java and I think it's fun but I need some help so I came here to the pro's
11 years ago