Total members 9950 | Gratitudes |It is currently Sat Feb 11, 2012 2:38 am Login / Join Codemiles


All times are UTC [ DST ]




Post new topic Reply to topic  Quick reply  [ 2 posts ] 
Author Question
 Question subject: Need help with a loop
PostPosted: Wed Feb 11, 2009 9:09 pm 
Offline
Newbie
User avatar

Joined: Wed Feb 11, 2009 9:01 pm
Posts: 1
Has thanked: 0 time
Have thanks: 0 time

I need to write a java program that uses a loop to compute the tuition in ten years and it increases 5% every year. I really do not even know where to begin because my teacher is not that helpful, so basically I am trying to teach myself
Code:
import java.util.Scanner;

public class Exercise4_7 {

    public static void main(String[] args) {
        Scanner input = new Scanner(System.in);


        int tuition = 10000;
        int years = 1;
        int count = 1;{

        }
        while (count <= 10) {
         

        }
   

        System.out.println("The tuition" + tuition + "is" + years);





}
}


TOP
 Profile Send private message  
Reply with quote  
 Question subject: Re: Need help with a loop
PostPosted: Sat Feb 14, 2009 10:17 am 
Offline
Mastermind
User avatar

Joined: Tue Mar 27, 2007 10:55 pm
Posts: 2103
Location: Earth
Has thanked: 39 time
Have thanks: 56 time
Code:
        while (count <= 10) {
         
           tuition+=(tuition*.05);
           years++;
           count++;
        }


_________________
Currenlty programming with : java , html , php , and javascript . (OCJP-6 certified )


TOP
 Profile Send private message  
Reply with quote  
Post new topic Reply to topic Quick reply  [ 2 posts ] 
Quick reply


  


 Similar topics
 Topic title   Forum   Author   Comments 
 Why will my loop does not work  C-C++  atoivan  0
 do while loop and for loop C++ example help.  C-C++  sakorian  2
 Need help with code for a while loop program  Java  cathyd0890  4
 java loop at end of code ... soooo close i hope  Java  seaplus  0
 While loop  C-C++  mestz6  5

All times are UTC [ DST ]


Users browsing similar posts

Users browsing this forum: Google Adsense [Bot] and 2 guests



Jump to:  
Previous Question | Next Question 




Home
General Talks
Finished Projects
Code Library
Games
Tutorials

Java
C/C++
C-sharp
php
Script
JSP/Servlets
Ajax
ASP/ASP.net
Google SEO
Database
Communications
Phpbb3 styles
Photoshop tutorials
Flash tutorials
Find a job






Powered by phpBB © 2000, 2002, 2005, 2007 phpBB Group
All copyrights reserved to codemiles.com 2007-2011
mileX v1.0 designed by codemiles team