DAT210 UOPX Wk 3 Java Comparison to Other Programming Languages Discussion

DAT210 UOPX Wk 3 Java Comparison to Other Programming Languages Discussion

Wk 3 Discussion – Java Comparison to Other Programming Languages [due Thurs]

Post a total of 3 substantive responses over 2 separate days for full participation. This includes your initial post and 2 replies to other students.

Due Thursday

Respond to the following in a minimum of 175 words:

Discuss the following:

  • Differences, advantages, and disadvantages of Java® compared to another language of your choice (e.g., C++, Python, Ruby)
  • Database connectivity and file handling in Java® and in your other chosen language

Due Monday

Reply to at least 2 of your classmates. Be constructive and professional in your responses

Wk 3: Control Structures [due Mon]

You work for a software company has just created a new incentive for salespeople to earn a commission on each sale. The current program only allows for a fixed salary. The Chief Information Officer (CIO) has asked you to create a new program that allows the functionality for a fixed salary and commission.

Write a Java® application, using NetBeans IDE, that calculates the total annual compensation of a salesperson.

Consider the following:

  • A salesperson will earn a fixed salary of $30,000.
  • A salesperson will also receive a commission as a sales incentive. Commission is a percentage of the salesperson’s annual sales. The current commission is 7% of total sales.
  • The total annual compensation is the fixed salary plus the commission earned.

The Java® application should meet the following technical requirements:

  • The application should have at least one class, in addition to the application’s controlling class. (A controlling class is where the main function resides).
  • A file needs to be created to contain the output.
  • There should be proper documentation in the source code.
  • The application should ask the user to enter annual sales, and it should display the total annual compensation.

Compile your Java® application files into a ZIP folder.

Review the Lynda.com® videos from this week if you have additional questions on creating a program in Java®.

Submit the ZIP file.