Home Answers Viewqa Java-Beginners plz help me out with this problem...please write the program for me.thanxxxxx

 
 


patel priyank
plz help me out with this problem...please write the program for me.thanxxxxx
1 Answer(s)      2 years and 6 months ago
Posted in : Java Beginners

Write a program that will print out a hydro bill. The bill will be formatted as the example on the next page. The following information will be entered by the user: - Account number (12 digit code) - Address - Kilowatts used for the month for evening useage - Kilowatts used for the month for daytime useage - Kilowatts used for the month for nighttime useage - Kilowatts used for the month for morning useage Layout specifications - Overall width of bill is 80 characters Time of Use Rates - Morning rates, $0.08 kWh - Daytime rates, $0.099 kWh - Evening rates, $0.08 kWh - Nighttime rates, $0.053 kWh Formulas ? Total Cost = Kilowatts x Time of Use Rate ? Taxes = Total Cost x 15% ? Total Payable = Total Cost + Taxes

View Answers

November 15, 2010 at 3:22 PM


Hi Friend,

Try the following code:

import java.util.*;
import java.text.*;
public class HydroBill{
    public static void main(String[]args){
        DecimalFormat df = new DecimalFormat("$###,###.## ");
        Scanner input=new Scanner(System.in);
        System.out.print("Enter Account Number: ");
        long accno=input.nextLong();
        System.out.print("Enter Address: ");
        String address=input.next();
        System.out.print("Kilowatts used for the month for morning usage: ");
        double mkw=input.nextDouble();
        System.out.print("Kilowatts used for the month for daytime usage: ");
        double dkw=input.nextDouble();
        System.out.print("Kilowatts used for the month for evening usage: ");
        double ekw=input.nextDouble();
        System.out.print("Kilowatts used for the month for nighttime usage: ");
        double nkw=input.nextDouble();
        double totalMorningRate=mkw*0.08;
        double totalDayRate=mkw*0.099;
        double totalEveingRate=mkw*0.08;
        double totalNightRate=mkw*0.053;
        double total=totalMorningRate+totalDayRate+totalEveingRate+totalNightRate;

        double taxes=total*0.15;

        double totalPayable=total+taxes;
        System.out.println("Amount Payable is: "+df.format(totalPayable));
            }
}

Thanks









Related Pages:
plz help me out with this problem...please write the program for me.thanxxxxx
plz help me out with this problem...please write the program for me.thanxxxxx  Write a program that will print out a hydro bill. The bill will be formatted as the example on the next page. The following information
plz help me out with this problem...please write the program for me.thanxxxxx
plz help me out with this problem...please write the program for me.thanxxxxx  Write a program that will print out a hydro bill. The bill will be formatted as the example on the next page. The following information
Struts2 Helloworld problem -Please help - Struts
. Please help me out in resolving this problem and provide me a pointer... problem I unable to execute the program successfully. Please find my example...Struts2 Helloworld problem -Please help  Hi I am a beginner
Plz Help Me
Plz Help Me  Write a program for traffic light tool to manage time...? Program must be written in Micro C.   Here is a code that displays traffic light on the frame. We have used java swing. It may help you. import
really need help on how to write this program plz some 1 help out. - Java Beginners
really need help on how to write this program plz some 1 help out.  i am confused here on what to write can some 1 help out here i dont quite understand how to code it so can some 1 help out. Part II Write, compile and execute
plz help me to write a snake game using swings - Swing AWT
plz help me to write a snake game using swings  write snake game program using swings
plz help me find a program
plz help me find a program  plz help..i want a source code in jsp for order processing
help me
the flow of people , cars , airplanes , transactions , and so on . write a program... help me... , one checked out , the customer is removed from the line. in addition, i want
facing problem plz help me out - Framework
Facing problem plz help me out  hi i am new to servlet i deployed... the web.xml file too parallel to the classes folder now i am facing this problem.plz tell me what to do... error:The requested resource (Servlet servlet
Help me quickly plz??
Help me quickly plz??  Can you help me to write code quickly this code is a java code take input as double and should use command line arguments and enhanced for statement then find the combine of the numbers plz help quickly
Help Me With This Plz - Java Interview Questions
Help Me With This Plz  Write a program that's print a word like(I S E) on the black screen with 0,1 only by using two dimensional array? the 1's will represent the words
help me plz - Java Interview Questions
help me plz  1)write a java program that prompts the user to input a decimal number and print the number rounded to the nearest integer? 2)write... scors on three exams and two large projects.the program should then add five
very urgent : Iam unable to code this program plz help me - RMI
very urgent : Iam unable to code this program plz help me  Write a Multi-user chat server and client.  Hi friend, Chat server is a standlone application that is made up the combination of two-application, server
plz help me any one as fast as u can
plz help me any one as fast as u can  A thief Muthhooswamy planned... is given in an array. Write a program to find out the total number of jumps he will make to escape from the jail. Input Specifications Your program must read 4
plz help me - Java Beginners
plz help me  Deepak I can write a sessioon code plz help me admin_home.jsp page is display but data is not disply plz help me what is wrong
plz Help me find the correct programs answers
plz Help me find the correct programs answers   Create a washing... and loading capacity. Display the updated truck details. Write a program which... INDICA" and "TATA NANO" respectively. Plz mail me your answers
java, plz help me in doing this - Java Beginners
java, plz help me in doing this  # Write a small record management... fstream = new FileWriter(file,true); BufferedWriter out = new BufferedWriter.....giving me the error of NoClassDefFoundError
Plz Help
Plz Help  Hello Guys!! Plz. Help I need to write a program to display the astrological sign based on your birthday for example If we enter the date of birth in the following format from console--13/08/1990 it should give you
plz solve this program - Java Interview Questions
plz solve this program  write a program to out put this resault using two dimensional array this is an image of the reasult: http://www.4shared.com/file/154846107/dc2f1ac1/_2__Untitled-1.html so help me
plz help me today plz plz - Java Interview Questions
plz help me today plz plz  2.) Suppose list is an array of six elements of type int. What is stored in list after the following java code executes....) What is the output of the following program? . public class exercise6
Plz help me in writing the code - Java Beginners
Plz help me in writing the code   Write a two user Chess Game. (users must be on different systems
Plz help me in writing the code - Java Beginners
Plz help me in writing the code   Write a two user Chess Game. (users must be on different systems
Help me to write this simple java frame program
Help me to write this simple java frame program   I want to write a Java program for.... To create a frame with 4 text fields;name,street,city and pin;with suitable labels. Also add a button "OK". After enter values
please help me to write a code for this program
please help me to write a code for this program   1 1 1 1 2 2 1 1 3 4 3 1 1 4 7 7 4 1
please help me to write a code for this program
please help me to write a code for this program   1 1 1 1 2 1 1 3 3 1 1 4 6 4 1
sir i,have a assignment for these question plz help me sir - JavaMail
sir i,have a assignment for these question plz help me sir   1.Design a Java interface for ADT Stack. Develop two different classes... class hierarchy in Java. Write a test program to demonstrate polymorphism  
help plz - Java Interview Questions
help plz  1 )write a program that does the following : a. prompts... 2)write a program that prompts the user to input a four-digit positive integer... for producing milk 3) write a program that read string consists of five characters
plz help me for this question
plz help me for this question  Apply simplex procedure to solve the L.P.P. maximize z = 3x1 + 4x2 subject to 5x1 + 4x2 â?¤ 200; 3x1 + 5x2 â?¤ 150; 5x1 + 4x2 â?¥ 100; 8x1 + 4x2 â?­â?¥ 80, x1 â?¥ 0, x2 â?¥ 0
interview question plz help me and thers
interview question plz help me and thers  A college is good if it satisfies the following conditions: 1.Its number of students is greater than 1000..., the requirement of number of companies is relaxed to 15 companies. Write a method
help me in these - Java Interview Questions
help me in these  hello every body i have some question if you cam plz answer me it is important to me and these are the questions : 1)Write... as length of that word?? 2) Write a program that asks the user for two words
sir/mam i want to have knowledge on live projects of java/jsp/servlets.Can you plz help me out
sir/mam i want to have knowledge on live projects of java/jsp/servlets.Can you plz help me out  sir/mam i want to have knowledge on live projects of java/jsp/servlets.Can you plz help me out.I want to have a through knowledge
sir/mam i want to have knowledge on live projects of java/jsp/servlets.Can you plz help me out
sir/mam i want to have knowledge on live projects of java/jsp/servlets.Can you plz help me out  sir/mam i want to have knowledge on live projects of java/jsp/servlets.Can you plz help me out.I want to have a through knowledge
sir/mam i want to have knowledge on live projects of java/jsp/servlets.Can you plz help me out
sir/mam i want to have knowledge on live projects of java/jsp/servlets.Can you plz help me out  sir/mam i want to have knowledge on live projects of java/jsp/servlets.Can you plz help me out.I want to have a through knowledge
help me please
help me please   Hello I want helping for this question , Please Write a program that reads some friendsââ?¬â?¢ names, stores them in an array, and then prints out on the screen all friends who start by a particular letter
plz help me - Java Interview Questions
plz help me  1)Rewrite the method in exercise 10 such that it use...; if they are not equal , the problem is reduced to searching half of the array... value in not found . you also need to use a sort algorithm for this problem
help me out...!!!!
help me out...!!!!  i have to make a project on console based application in java.. so can anyone guide me with some gd ideas that can be implemented
sir/mam i want to have knowledge on live projects of java/jsp/servlets.Can you plz help me out
sir/mam i want to have knowledge on live projects of java/jsp/servlets.Can you plz help me out  sir/mam i want to have knowledge on live projects of java/jsp/servlets.Can you plz help me out.I want to have a through knowledge
sir/mam i want to have knowledge on live projects of java/jsp/servlets.Can you plz help me out
sir/mam i want to have knowledge on live projects of java/jsp/servlets.Can you plz help me out  sir/mam i want to have knowledge on live projects of java/jsp/servlets.Can you plz help me out.I want to have a through knowledge
sir/mam i want to have knowledge on live projects of java/jsp/servlets.Can you plz help me out
sir/mam i want to have knowledge on live projects of java/jsp/servlets.Can you plz help me out  sir/mam i want to have knowledge on live projects of java/jsp/servlets.Can you plz help me out.I want to have a through knowledge
sir/mam i want to have knowledge on live projects of java/jsp/servlets.Can you plz help me out
sir/mam i want to have knowledge on live projects of java/jsp/servlets.Can you plz help me out  sir/mam i want to have knowledge on live projects of java/jsp/servlets.Can you plz help me out.I want to have a through knowledge
sir/mam i want to have knowledge on live projects of java/jsp/servlets.Can you plz help me out
sir/mam i want to have knowledge on live projects of java/jsp/servlets.Can you plz help me out  sir/mam i want to have knowledge on live projects of java/jsp/servlets.Can you plz help me out.I want to have a through knowledge
sir/mam i want to have knowledge on live projects of java/jsp/servlets.Can you plz help me out
sir/mam i want to have knowledge on live projects of java/jsp/servlets.Can you plz help me out  sir/mam i want to have knowledge on live projects of java/jsp/servlets.Can you plz help me out.I want to have a through knowledge
Help me
Help me  plz i want code of program to add real numbers and magic numbers in java example this input :- 5+3i-2+3i output:- 3+6i
help me to solve this question...
help me to solve this question...  Given below is a class definition... price; } } Write a program in a class TestBook that can do the following: Read... and price for each book from the keyboard. Print out the title of the book
help me to solve this problem..
help me to solve this problem..  Given below is a class definition...; } } Write a program in a class TestBook that can do the following: Read... and price for each book from the keyboard. Print out the title of the book
help me...
help me...  Write a program that inputs four words and them displays all possible permutations of the words. So, for example, if the words mad, dog, bites and man are entered, then the following are output : man bites mad dog
help me..
help me..  Write a program that inputs four words and them displays all possible permutations of the words. So, for example, if the words mad, dog, bites and man are entered, then the following are output : man bites mad dog mad
help me..
help me..  Design and write a class named Person and its two subclasses named Student and Employee. Make Lecturer and Admin subclasses of Employee... constructor for each class. Draw the UML diagram for the classes. Write a test program
need the answer vry urgently..plz help me...[plzzzzzzzz
need the answer vry urgently..plz help me...[plzzzzzzzz  the question... code...hpw to write in eclipse platform....plz plz mail me...to panda.pragnya7@gmail.com/panda_pragnya@yahoo.com...plz plz...help....me..it can change my lyfe

Ask Questions?

If you are facing any programming issue, such as compilation errors or not able to find the code you are looking for.

Ask your questions, our development team will try to give answers to your questions.