+ 3
What is input mismatch error. It is showing while compiling a file
Input mismatch error
2 Antworten
+ 12
If you want to get a input from the user and you decide that input was integer type. But user input a wrong type. Than compiler throw an input mismatch error.
+ 4
Can you share your code?