Here is the link:- https://ide.codingblocks.com/s/409394, to code where I am having a doubt. Please explain me the following things :-
- If I am giving input of a string after employee id input, in the same line, then it is taking the input, If not then it is taking blonk as inpu. And ok to resolve that blank issue, I used cin.get(), still no change in the taking input through next line.
- In float data type variable, cin either takes the input as integer part or rounds off the number. So, how to take input as in real numbers?
Please explain these.