I am finding difficulty declaring this.
please see what I am writting.
int choice:>=1&&<=100
by writting the above I wish to use later in the code that a user will input a choice starting from (1-100) meaning will input any integer from 1-100.
However when writting the above declaration and initialization i get the erro messageL
38 15 G:\Welcome Message.cpp [Error] expected initializer before ':>' token
can someaone do explain why I am getting the erro and how to I write correctly the declaration and initialization above.