Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • World
  • Users
  • Groups
Skins
  • Light
  • Cerulean
  • Cosmo
  • Flatly
  • Journal
  • Litera
  • Lumen
  • Lux
  • Materia
  • Minty
  • Morph
  • Pulse
  • Sandstone
  • Simplex
  • Sketchy
  • Spacelab
  • United
  • Yeti
  • Zephyr
  • Dark
  • Cyborg
  • Darkly
  • Quartz
  • Slate
  • Solar
  • Superhero
  • Vapor

  • Default (No Skin)
  • No Skin
Collapse
Code Project
  1. Home
  2. General Programming
  3. Java
  4. Homework help

Homework help

Scheduled Pinned Locked Moved Java
csssaleshelptutorial
5 Posts 5 Posters 2 Views 1 Watching
  • Oldest to Newest
  • Newest to Oldest
  • Most Votes
Reply
  • Reply as topic
Log in to reply
This topic has been deleted. Only users with topic management privileges can see it.
  • U Offline
    U Offline
    User 12040927
    wrote on last edited by
    #1

    1. Sorted Names – Write a program that asks the user to enter 10 last names (the names of every student in our class) and then displays the names sorted in ascending order. For example, if the user entered “Charlie” “Leslie” and “Andy” the program would display: Andy, Charlie, Leslie 2.. An internet service provider has 3 different packages. A: For $9.95 per month 10 hours of access are provided. Additional hours are $2.00/hour B: For $13.95 per month 20 hours of access are provided. Additional hours are $1.00/hour C: For $19.95 per month unlimited access is provided Write a program that calculates a customer’s monthly bill. It should ask the user to enter the letter of the package the customer has purchased (A, B, or C) & the number of hours that were used. It should display the total charges 3. 3. Bank Charges: A bank charges a base fee of $10 per month, plus the following check fees for a commercial checking account. $.10 each for less than 20 checks $.08 each for 20-39 checks $.06 each for 40-59 checks $.04 each for 60+ checks Write a program that asks for the number of checks written for the month. The program should then calculate and display the bank’s service fees for the month. Any help with this would be greatly appreciated!

    P L Richard DeemingR P 4 Replies Last reply
    0
    • U User 12040927

      1. Sorted Names – Write a program that asks the user to enter 10 last names (the names of every student in our class) and then displays the names sorted in ascending order. For example, if the user entered “Charlie” “Leslie” and “Andy” the program would display: Andy, Charlie, Leslie 2.. An internet service provider has 3 different packages. A: For $9.95 per month 10 hours of access are provided. Additional hours are $2.00/hour B: For $13.95 per month 20 hours of access are provided. Additional hours are $1.00/hour C: For $19.95 per month unlimited access is provided Write a program that calculates a customer’s monthly bill. It should ask the user to enter the letter of the package the customer has purchased (A, B, or C) & the number of hours that were used. It should display the total charges 3. 3. Bank Charges: A bank charges a base fee of $10 per month, plus the following check fees for a commercial checking account. $.10 each for less than 20 checks $.08 each for 20-39 checks $.06 each for 40-59 checks $.04 each for 60+ checks Write a program that asks for the number of checks written for the month. The program should then calculate and display the bank’s service fees for the month. Any help with this would be greatly appreciated!

      P Offline
      P Offline
      Peter Leow
      wrote on last edited by
      #2

      No.

      1 Reply Last reply
      0
      • U User 12040927

        1. Sorted Names – Write a program that asks the user to enter 10 last names (the names of every student in our class) and then displays the names sorted in ascending order. For example, if the user entered “Charlie” “Leslie” and “Andy” the program would display: Andy, Charlie, Leslie 2.. An internet service provider has 3 different packages. A: For $9.95 per month 10 hours of access are provided. Additional hours are $2.00/hour B: For $13.95 per month 20 hours of access are provided. Additional hours are $1.00/hour C: For $19.95 per month unlimited access is provided Write a program that calculates a customer’s monthly bill. It should ask the user to enter the letter of the package the customer has purchased (A, B, or C) & the number of hours that were used. It should display the total charges 3. 3. Bank Charges: A bank charges a base fee of $10 per month, plus the following check fees for a commercial checking account. $.10 each for less than 20 checks $.08 each for 20-39 checks $.06 each for 40-59 checks $.04 each for 60+ checks Write a program that asks for the number of checks written for the month. The program should then calculate and display the bank’s service fees for the month. Any help with this would be greatly appreciated!

        L Offline
        L Offline
        Lost User
        wrote on last edited by
        #3

        Member 12074376 wrote:

        Any help with this would be greatly appreciated

        Then you need to explain what help you want. If you are expecting someone else to write the code for you then I am afraid you are out of luck.

        1 Reply Last reply
        0
        • U User 12040927

          1. Sorted Names – Write a program that asks the user to enter 10 last names (the names of every student in our class) and then displays the names sorted in ascending order. For example, if the user entered “Charlie” “Leslie” and “Andy” the program would display: Andy, Charlie, Leslie 2.. An internet service provider has 3 different packages. A: For $9.95 per month 10 hours of access are provided. Additional hours are $2.00/hour B: For $13.95 per month 20 hours of access are provided. Additional hours are $1.00/hour C: For $19.95 per month unlimited access is provided Write a program that calculates a customer’s monthly bill. It should ask the user to enter the letter of the package the customer has purchased (A, B, or C) & the number of hours that were used. It should display the total charges 3. 3. Bank Charges: A bank charges a base fee of $10 per month, plus the following check fees for a commercial checking account. $.10 each for less than 20 checks $.08 each for 20-39 checks $.06 each for 40-59 checks $.04 each for 60+ checks Write a program that asks for the number of checks written for the month. The program should then calculate and display the bank’s service fees for the month. Any help with this would be greatly appreciated!

          Richard DeemingR Offline
          Richard DeemingR Offline
          Richard Deeming
          wrote on last edited by
          #4

          Your homework is set to test what you know, not what a bunch of random strangers on the Internet know. Try writing the code yourself. If you genuinely can't get started, then talk to your teacher. Nobody here is going to do your homework for you.


          "These people looked deep within my soul and assigned me a number based on the order in which I joined." - Homer

          "These people looked deep within my soul and assigned me a number based on the order in which I joined" - Homer

          1 Reply Last reply
          0
          • U User 12040927

            1. Sorted Names – Write a program that asks the user to enter 10 last names (the names of every student in our class) and then displays the names sorted in ascending order. For example, if the user entered “Charlie” “Leslie” and “Andy” the program would display: Andy, Charlie, Leslie 2.. An internet service provider has 3 different packages. A: For $9.95 per month 10 hours of access are provided. Additional hours are $2.00/hour B: For $13.95 per month 20 hours of access are provided. Additional hours are $1.00/hour C: For $19.95 per month unlimited access is provided Write a program that calculates a customer’s monthly bill. It should ask the user to enter the letter of the package the customer has purchased (A, B, or C) & the number of hours that were used. It should display the total charges 3. 3. Bank Charges: A bank charges a base fee of $10 per month, plus the following check fees for a commercial checking account. $.10 each for less than 20 checks $.08 each for 20-39 checks $.06 each for 40-59 checks $.04 each for 60+ checks Write a program that asks for the number of checks written for the month. The program should then calculate and display the bank’s service fees for the month. Any help with this would be greatly appreciated!

            P Offline
            P Offline
            Paul Conrad
            wrote on last edited by
            #5

            What have you done so far, where are you having trouble with it? Or are you just waiting for someone to do the assignment for you?

            "I've seen more information on a frickin' sticky note!" - Dave Kreskowiak

            1 Reply Last reply
            0
            Reply
            • Reply as topic
            Log in to reply
            • Oldest to Newest
            • Newest to Oldest
            • Most Votes


            • Login

            • Don't have an account? Register

            • Login or register to search.
            • First post
              Last post
            0
            • Categories
            • Recent
            • Tags
            • Popular
            • World
            • Users
            • Groups