diff_months: 12

IFN556 Programming Assignment

Download Solution Now
Added on: 2023-06-02 11:05:11
Order Code: clt317060
Question Task Id: 0
  • Subject Code :

    IFN556

  • Country :

    Australia

Part A: Book class contains the following:

  1. Two public static arrays that hold codes (categoryCodes) and descriptions of the popular book categories (categoryNames) managed in a bookstore. These codes are CS, IS, SE, SO, and MI, corresponding to book categories Computer Science, Information System, Security, Society and Miscellaneous.
  2. Data fields for book id (bookId) and book category name (categoryNameOfBook)
  3. Auto-implemented properties that hold a book’s title (BookTitle), book’s number of pages (NumOfPages) and book’s price (Price).
  4. Properties for book id and book category name. Assume that the set accessor will always receive a book id of a valid format. For example, “CS125” and “IS334” are of valid format and also refer to known categories “Computer Science” and “Information Systems”. If the book ID does not refer to a known category, then the set accessor must retain the number and assign to the “MI” category. For example, “AS123” will be assigned as “MI123”. The category property is a read-only property that is assigned a value when the book id is set.
  1. Two constructors to create a book object:
    • one with no parameter: public Book()
    • one with parameter for all data fields:public Book(string bookId, string bookTitle, int numPages, double price)
  2. A ToString method, public override string ToString(), to return information of a book object using the format given in the screen shot under Information of all Books

Part B: Program class contains the following:

2june9-1685703719.jpg

  1. A Method, public static int InputValue(int min, int max), to input an integer number that is between (inclusive) the range of a lower bound and an upper bound. The method should accept the lower bound and the upper bound as two parameters and allow users to re-enter the number if the number is not in the range or a non-numeric value was entered.
  2. A Method, public static bool IsValid(string id), to check if an input string satisfies the following conditions: the string’s length is 5, the string starts with 2 uppercase characters and ends with 3 digits. For example, “AS122” is a valid string, “As123” or “AS1234” are not valid strings.
  3. A Method, private static void GetBookData(int num, Book[] books), to fill an array of books. The method must fill the array with Books which are constructed from user input information (which must be prompted for). Along with the prompt for a book id, it should display a list of valid book categories and call method IsValid to make sure the inputted book id is a valid format. If not, the user is prompted to re-enter a valid book id.
  4. After the data entry is complete, write a Method, public static void DisplayAllBooks(Book[] books), to display information of all books that have been entered including book id, title, number of pages and price. This method should call the ToString method that has been created in Book class.
  5. After the data entry is complete, write a Method, private static void GetBookLists(int num, Book[] books), to display the valid book categories, and then continuously prompts the user for category codes and displays the information of all books in the category as well as the number of books in this category. Appropriate messages are displayed if the entered category code is not a valid code or there is no book in that category.
  6. Write the Main method which will only contain calls to the other methods and the necessary variable declarations:
    1. First, call the method InputValue to prompt the user for the number of books that is between 1 and 30 (inclusive).
    2. Then call method GetBookData create an array of books.
    3. Then call method DisplayAllBooks to display all books in the array.
    4. Then call method GetBookLists to allow the user to input a category code and see the information of the category.

A possible screenshot of running the application is given as below.

In completing your assignment, please take note of the following:

  1. You should not use any C# concepts which have not been taught as part of Lectures 1 – 4 and covered in Tutorials 1 -4.
  2. You should develop your code using simple logic.
  3. Test your code using your own test data covering multiple data sets.
  4. Your final code should not have any compilation/execution errors.
  • Uploaded By : Katthy Wills
  • Posted on : June 02nd, 2023
  • Downloads : 0
  • Views : 122

Download Solution Now

Can't find what you're looking for?

Whatsapp Tap to ChatGet instant assistance

Choose a Plan

Premium

80 USD
  • All in Gold, plus:
  • 30-minute live one-to-one session with an expert
    • Understanding Marking Rubric
    • Understanding task requirements
    • Structuring & Formatting
    • Referencing & Citing
Most
Popular

Gold

30 50 USD
  • Get the Full Used Solution
    (Solution is already submitted and 100% plagiarised.
    Can only be used for reference purposes)
Save 33%

Silver

20 USD
  • Journals
  • Peer-Reviewed Articles
  • Books
  • Various other Data Sources – ProQuest, Informit, Scopus, Academic Search Complete, EBSCO, Exerpta Medica Database, and more