المساعد الشخصي الرقمي

مشاهدة النسخة كاملة : how to split input integer variable



C# Programming
01-23-2010, 08:40 PM
hi

I am ArunKumar,i am a beginner to .NET

if user enters input integer value as :5678

then output should be :5
6
7
8

** Please dont use input variable as string,input variable is int
for ex:
int x=5678; not as string x=5678;

thanks,
ArunKumar.