Skip to content

Nitnop/CompSciMidterm

Repository files navigation

CompSciMidterm

Professor Mohammad Alsaffar CSC 1060

Computer part builder

In the following assignment, you are tasked with creating a program that will help the user create a custom desktop or laptop. The user will only be able to input, and it will be your task to orient the information in a visually aesthetic output. 

Example: [NAME] Desktop

Tower size: Medium Price: $150.00 Display: 27 inch Price: $150.00

Total: $300.00

Requirements 1. a. Prompt the user choose to purchase a desktop or laptop b. Prompt for input of name c. Desktop i. Prompt for brand ii. Case type

  1. Full tower
  2. Mini tower
  3. Price iii. Prompt CPU brand
  4. AMD
  5. INTEL
  6. Price iv. CPU speed
  7. Price v. Hard drive capacity
  8. Price vi. Monitor(size / Brand)
  9. Price d. Laptop i. Prompt for Brand ii. CPU
  10. AMD
  11. INTEL
  12. Price iii. CPU SPEED iv. Hard drive capacity
  13. Price v. Display size
  14. Price e. View all components that they chosen Output Requirements:
  15. Must be formatted(Print f)
  16. Name
  17. The price of every individual item
  18. Total price of all components chosen

Technical Requirements: Minimum 2 classes (return and void method)

  1. A Constructor
  2. Overloaded methods & Constructor

Documentations

  1. Definition of problem
  2. Input/output
  3. Flowchart
  4. UML Diagram

Due on March/31/2023

push test

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages