Hello All.
So guys i am making a program for my assignment.
Now in the code i want to use a variable which is a multiple data type variable.
What i mean to say here is that i want to use a variable which can take an int or char both.
I want to take input from the user. He can enter both the values int type or char type.
as an a variable "data" can be of both the int or char type. It can take a number or it can take a char as well.
Please Help :)