public class Project
{
public static void main(String args[])
{
int a;
string b;
if(a==0)
{
b = "Zero";
}
else
{
b = "Non-Zero";
}
return;
}
}
if we write Java code in Tamil..
0 comments:
Post a Comment