// PL1/midstream.cpp // An example of decaring variables "just in time" // Niels Walet, last updated 04/12/2019 #include int main() { const int current_year{2022}; std::cout<<"C++ is the best programming language in " <