Error Division by Zero
int a=12;
int b=0;
int result = a/b;
Division by zero error...no more..
ASP.net C# VB.net and other programming languages...new software and other tech-related articles...with the good and the bad...
int a=12;
int b=0;
int result = a/b;
Division by zero error...no more..
Posted by Vlad at 12:40 PM
Tags: Programming
No comments:
Post a Comment