We already know that we can create a lunar lander application of the pipe-and-filter architecture style from three independent Java classes: GeBurtenRate, Calc Values, and Display Values. As mentioned in class, they can be run as: java GetBurnRate | java Calc Values | java Display Values. Re-write Class Calc Values above using C++ (e.g., CalcNewValues.cpp), and run your application as: java GetBurnRate | CalcNewValues | java DisplayValues. Note that the second filter (i.e., CalcNewValues) is a C++ application. Your lunar lander application must behave in the same way as the original application.

Solved
Show answers

Ask an AI advisor a question