• Home
  • Blog
  • BIS 346 Indiana Wesleyan University Java Programming Project

BIS 346 Indiana Wesleyan University Java Programming Project

0 comments

  1. BIS-346: Java Programming
  2. ased on Appendix B Javadoc in the textbook.
    1. All program header comments must use Javadoc format
    2. Use the @author tag as appropriate
    3. Method comments must use the @param and @return tags.
  3. Create the workshop folder with name of the form LastnameFirstname Workshop Two.
  4. Exercise 4.1
    1. Create the exercise folder.
    2. Complete chapter 2 exercise 2.2; be sure it functions correctly.
    3. Using the output and formatting statements from step b, complete all steps in 4.1.
    4. Create the Javadoc in the exercise folder.
    5. Option! For additional practice only, modify the correctly running program in step c.
      1. Implement a Scanner in main method,
      2. Input String variables for day, date, month, & year.
      3. Invoke printAmerican method passing these variables.
      4. Invoke printEuropean method passing these variables.
  5. Exercise 5.6
    1. Create the exercise folder.
    2. Note: remember the Math methods available for exponentiation (power) and square root.
    3. The quadratic formula expression appears complicated but remember that ‘2a’ is 2 times a. Also, two solutions imply two expressions or statements to perform a calculation – one to add, one to subtract.
    4. As the text notes, be sure to validate all inputs.
    5. Complete the programming exercise.
    6. Create the Javadoc in the exercise folder.
  6. Exercise 5.7
    1. Create the exercise folder
    2. Complete the programming exercise.
    3. Create the Javadoc in the exercise folder.
  7. Each successful program should include a .java and a .class file.
  8. Assignment submission:
    1. Create a zip archive of the workshop folder (see Step 2) including all files and exercise folders and submit it for grading.
    2. For example, Exercise 2.2 will produce the files Time.java (source) and Time.class (compiled) in an exercise folder.

About the Author

Follow me


{"email":"Email address invalid","url":"Website address invalid","required":"Required field missing"}