Skip to content

ElkJug/CSE1321.ChallengeProject

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

CSE1321 Conversion Program

Project guideline

code structure

selection menu(do...while):
temperature, distance, weight, or currency

If invalid
    error message
    menu options / exit
    
    Switch
       .    temperature  ->  Celsius/Fahrenheit/Kelvin
       .    weight       ->  lb/kg
       .    currency     ->  USD/EUR
    
    display a formatted output -> original / converted value

ask another
. yes -> menu
. no  -> thank+exit

Requirements:

  • use class and object
  • use a default and a parametrized constructor
  • create public methods in the case
  • hexpose properties with get and set
  • use this keyword to seperate attributes and properties
  • manual testing for all use case
  • (bonus) use references and pointers
  • (bonus) automated test case

About

Conversion Program from CSE1321, ksu. 2023 autumn sememster

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published