while programming, many a times getline command just doesn't work. The program just skips that line. But if I use cin, everything works fine. I felt this might be because I used system("clear") function in the program. Could it because of that? Or could it be because I used goto in that program?
1)Write a program that takes a 5 digit number and calculates 2 power
that number and prints it.the concept of this program is it must take exactly and then we must calculate 2 power of 5 digit number