Angela
0
Q:

life the universe and everything solution c++

#include <iostream>

int main()
{
    int input ;
    while( std::cin >> input && input != 42 ) std::cout << '\t' << input << '\n' ;
    while( std::cin >> input ) ;
}
0

New to Communities?

Join the community