<< Prev Showing: 286-290 of 348 Next >>
· 261-265 · 266-270 · 271-275 · 276-280 · 281-285 · 286-290 · 291-295 · 296-300 · 301-305 · 306-310 · 311-315 ·Write a Linux Bash shell script to compute the bonus for a salesperson as per the given pseudocode.
Convert the following pseudocode into a Bash script: - Read SalesPerson and QuarterlySales from the keyboard. - Display an appropriate message regarding the bonus when the QuarterlySales for the SalesPerson falls within these ranges: $1,000,000 and above : Bonus = $1,500 $100,000 to $999,999 : Bonus = $750 $99,999 and below : No Bonus Test the script with the following data: Mike 67000 Bob 99000 Peter 100000 Lisa 250000 Joan 999999 Mary 1000000
Subject:
Computer Science
Topic:
Software Tools and Systems Programming.
Posting ID:
156620
OTA ID:
105381
Communicate with a relational database to create tables, and query and manipulate data
Consider a typical job order that might include the following information. Design a single table to hold all the information required to store a job order including this information. Next, apply normalization to reduce this table to third normal form. Prepare a Word document showing your original and final tables. Include a short summary (2–3 paragraphs) of the problems with the original single table design and how normalization improved the design. Orders: Job_id Scheduled_date Client_id Client_name Client_address Client_city Client_state Task_id Task_description Task_hours Task_rate Task_total_cost Job_total_cost Objective: Communicate with a relational ... click for more
Subject:
Computer Science
Topic:
Software Tools and Systems Programming.
Posting ID:
157696
OTA ID:
105821
You have a file called records.txt containing the list of employee id and employee names. Every line contains a single employee id immediately followed by (that means no space) the employee name in the format "Last name, First name". The employee id is always five characters long. An example of two lines are as follows: A0001Smith, John A0002Joseph, Sheryl Now, in this scenario, you would like to echo to the monitor just the names of the employees alone in the same order listed in the file. Give the UNIX command to perform this task. ***** If you can guide me in the right direction with the commands I can test on my UNIX system. ******
Subject:
Computer Science
Topic:
Software Tools and Systems Programming.
Posting ID:
159455
OTA ID:
104967
Write a Java Program that implements the Mortgage Calculator Change
Write the program in Java (with a graphical user interface) and have it calculate and display the mortgage payment amount from user input of the amount of the mortgage, the term of the mortgage, and the interest rate of the mortgage. Allow the user to loop back and enter new data or quit. Please insert comments in the program to document the program. Attach a design flow chart to the source code of the program.
Subject:
Computer Science
Topic:
Software Tools and Systems Programming.
Posting ID:
160023
OTA ID:
101298
Create a XML file and CSS file that would format an ebook
Create a XML file and CSS file that would format an Ebook. It should look like a book for a course.
Subject:
Computer Science
Topic:
Software Tools and Systems Programming.
Posting ID:
160117
OTA ID:
102833
<< Prev Showing: 286-290 of 348 Next >>
· 1-5 · 6-10 · 11-15 · 16-20 · 21-25 · 26-30 · 31-35 · 36-40 · 41-45 · 46-50 · 51-55 · 56-60 · 61-65 · 66-70 · 71-75 · 76-80 · 81-85 · 86-90 · 91-95 · 96-100 · 101-105 · 106-110 · 111-115 · 116-120 · 121-125 · 126-130 · 131-135 · 136-140 · 141-145 · 146-150 · 151-155 · 156-160 · 161-165 · 166-170 · 171-175 · 176-180 · 181-185 · 186-190 · 191-195 · 196-200 · 201-205 · 206-210 · 211-215 · 216-220 · 221-225 · 226-230 · 231-235 · 236-240 · 241-245 · 246-250 · 251-255 · 256-260 · 261-265 · 266-270 · 271-275 · 276-280 · 281-285 · 286-290 · 291-295 · 296-300 · 301-305 · 306-310 · 311-315 · 316-320 · 321-325 · 326-330 · 331-335 · 336-340 · 341-345 · 346-348 ·Page generated in 0.0956 seconds