Is it possible to enter '4./2.' as character input, and then inside the program convert it to real number which the result is 2?
For example, while the program is executing I would write 4./2. at the screen prompt and then the program will write 2. on the screen.