how to assign local variables in c#
kiran r
Select an image from your device to upload
<datatype> <var-name> = <value>;
Example: int a = 10;