Can you tell me the code to write a C++ program printing the sum of series 1+1/2+1/3…+1/100 using do while loop ?
Output.