Home Forums C Programming C program that estimates the value of the math constant e Re: Re: C program that estimates the value of the math constant e

#3500
GWILouisaxwzkla
Participant

cout and cin are input and output members of a stream object in the file iostream.h . This header file is associated with c++ programs and the method that most c++ programmers use for input and output. cout stands for “console output” and cin stands for console input. You can use them more easily than printf and scanf :

for the program , try: