Now that you have some experience building basic, single-class applications, here is an opportunity to delve into making a full-fledged application with more than one class.

computer science

Description

Overview: Now that you have some experience building basic, single-class applications, here is an opportunity to delve into making a full-fledged application with more than one class. This stepping stone lab is the point where we start to pull all the elements of the course together. You will start to implement a first version of the Recipe class and create a test class to put it through its paces. 


Be sure to review the Stepping Stone Lab Five guidelines before beginning this lab. The completed code (.java file) from Stepping Stone Lab Four is included in this module to use as a reference for comparison of your work in Module Five as well as moving forward. This code serves a number of functions:


 It allows you to review your own submitted code. 

 You may utilize it as a useful foundation for Stepping Stone Lab Five as well as other assignments to come. 

 Together with instructor feedback on your submitted code, you are building your own final project application. 


As you are developing the code in this stepping stone lab, you should consider how you can transition it to your final project. Eventually, the user input for collecting the ingredients into an ArrayList of strings will be converted to an ArrayList of Ingredient objects. Think about the variable names you are using and where in the code you are collecting the ingredient input.





Related Questions in computer science category