I want to do what I stated in the question. Is this possible?
For example:
char number=5;
char number_two=number*3;
char x=number_two/15;
Can I do the arithmetic above?And if the answer to all of these is yes, would a char variable have a minimum value of 0 and a maximum value of 255?
THANKS!...
unsigned charto represent values > 127.