
Problem Name : Life, the Universe, and Everything
How to solve this question?
In this question they telling us to take the input of a number and display that number, repeat this proedure till we encounter number 42. After that we need to stop.
Solution :
#include <iostream>
using namespace...