- Home >
- Programming >
- it writing
Programming
it writing
Question Description
I need help with a Programming question. All explanations and answers will be used to help me learn.
i need to change the answer by ur words and if u want add some thats will be good

Student has agreed that all tutoring, explanations, and answers provided by the tutor will be used to help in the learning process and in accordance with Studypool's honor code & terms of service.
Final Answer


Duke University
Completion Status:
100%
Review
Review

Anonymous
Return customer, been using sp for a good two years now.

Anonymous
Thanks as always for the good work!

Anonymous
Excellent job

Studypool
4.7

Trustpilot
4.5

Sitejabber
4.4
Similar Questions
Basic Linux commands worksheet
Basic Unix commands. Can someone help out?pos420_r11_linux_script_worksheet.doc...
files
ass3.txt...
Access Homework 1
Please FOLLOW THE DIRECTIONS EXACTLY HOW THEY ARE READ.48 hrs. till I need it completed and correct.I have another assignm...
Tippp
FILE *read_file,*write_file; char phoned[30] = "phontipppedir.txt"; struct tippp person { chatipppppr firstname[1tip...
Tippp
/*C programming*/main()
{
printf("C, programming");
}...
Access Homework 2
ACCESS PART DOS instructions.docxUNO UNO PART 1 Construction friday nov 15 2013.accdbDOS DOS De...
Related Tags
Book Guides
The Hunger Games
by Suzanne Collins
All Quiet on the Western Front
by Erich Maria Remarque
The Atlantis Gene
by S. A. Beck
The Sun Is Also a Star
by Nicola Yoon
The Good Earth
by Pearl S. Buck
One Flew Over the Cuckoos Nest
by Ken Kesey
The English Patient
by Michael Ondaatje
The Girl With The Dragon Tattoo
by Stieg Larsson

Studypool values your privacy. Only questions posted as Public are visible on our website.
Most Popular Answers

Linux Shell Script
Linux Shell Script
I am having trouble with this problem. Write a shell script called rpt.bash that accepts a student's information file and displays it in a different format on the screen. This is a sample information file is called r1.txt First Name: John Last Name: Doe Address: 5934 Lightdrive City: Columbus State: IA ZIP: 87345 Birthday: 1978-12-11 Address: 5934 Lightdrive, Columbus, IA, 95933 Average: 84 (Good) the script should display your result and should be the same as above. If the average of scores is >= 90, you should display "Excellent". If average_score < 90 || average_score >= 70, you should display "Good". If average_score < 70, you should display "Poor". This is another sample record file called record2.txt. First Name: Sam Last Name: Newt Address: 8981 Lost in Space Avenue City: Sioux State: SD ZIP: 89823 Birthday: 01/22/1992 Score1: 69 Score2: 69A sample run of the script should be like below: $ ./report.bash record2.txt =========== Report Card of Newt, Sam =========== Birthday: 01-22-1992 Address: 8981 Lost in Space Avenue, Sioux, SD, 89823 Average: 69 (Poor) =========== End of Report Card ===========

Java help!! Programming questions
Java help!! Programming questions
I need some help with my program:import java.util.Scanner;public class Commission { private static double sales;public static void main(String[] args) { //declare variables for arrary String salesPerson1; String salesPerson2; //number of employees to compare, and initialize array int[] aTotal = new int[2]; //new scanner input Scanner keyboard = new Scanner(System.in); //get salesperson1 name System.out.println("What is your first salesperson's name?"); salesPerson1 = keyboard.nextLine(); //get salesperson1 sales total System.out.println("What was their sales total for the year?"); aTotal[0] = (int) keyboard.nextDouble(); //get salesperson2 name System.out.println("What is your second salesperson's name?"); salesPerson2 = keyboard.nextLine(); //get salesperson2 sales total System.out.println("What was their sales total for the year?"); aTotal[1] = (int) keyboard.nextDouble(); //This part of the array needs to reference back to the commission //Loop for setting name and annual sales of salesperson do { //Create an Salesperson object Salesperson sPerson = new Salesperson(); //Set salesperson's name System.out.println("Enter salesperson name"); String name = keyboard.nextLine(); sPerson.setName(name); //End while loop if (name.equalsIgnoreCase("Done")) break; //Set annual sales for salesperson System.out.println("Enter annual sales for salesperson"); sales = keyboard.nextDouble(); sPerson.setSales(sales); //To add Salesperson object to ArrayList cArray.add(sPerson); //Consume line keyboard.nextLine(); } while (true); //Display ArrayList DecimalFormat arrayL = new DecimalFormat("#,##0.00"); for (int index = 0; index < cArray.size(); index++) { Salesperson sPerson = (Salesperson)cArray.get(index); System.out.println(); System.out.print("Salesperson " + (index + 1) + "\n Name: " + sPerson.getName() + "\n Sales: " + (arrayL.format(sPerson.getSales())) + "\n Commission Earned: " + (arrayL.format(sPerson.getComm())) + "\n Total Annual Compensation: " + (arrayL.format(sPerson.getAnnComp())) + "\n\n"); } // calcs to add data to the array for (int counter=0; counter < aTotal.length; counter++) { System.out.printf("Salesperson: Total", counter, aTotal[counter]); } System.out.println("Salesperson" + "\t\t" + "Total"); //System.out.println("--------------------------------"); } private static class Salesperson { public Salesperson() { } private void setName(String name) { throw new UnsupportedOperationException("Not supported yet."); //To change body of generated methods, choose Tools | Templates. } private void setSales(double sales) { throw new UnsupportedOperationException("Not supported yet."); //To change body of generated methods, choose Tools | Templates. } } private static class DecimalFormat { public DecimalFormat() { } }}//THIS IS WHAT I NEED IT TO DO...Write a simple commission calculation The application will now compare the total annual compensation of at least two salespersons.·It will calculate the additional amount of sales that each salesperson must achieve to match or exceed the higher of the two earners.·The application should ask for the name of each salesperson being compared.

Help with site
Help with site
Hello, I am continuing to build the product site, and I need more help.I need the newest products to populate under the section called "latest products" on the home page.I will also need a search built for product building, and it must be AJAX based.Within the search, I need live filtering of the search results and also the ability to search within the results by price and name. Lastly, in the search, there needs to be drop down search completion (like on Google.com).I will upload the necessary files.

A porgram to convert B2D and D2B in Python
A porgram to convert B2D and D2B in Python
Create a program that converts Binary to Decimal and Decimal to Binary in PythonThe Binary conversion - should only allow 8 digits and accept on 0's and 1's.The Decimal conversion - should only allow positive values and not show conversion more than 255.
Have a homework question? Get help from verified tutors now!