Skip to content

javaproject

Latest
Compare
Choose a tag to compare
@anushaj114 anushaj114 released this 03 Jul 09:08
95e4805

class demo
{
public static void main(string args[])
{
int a=10
int b =2
int a/b
system.out.println(c)
}
}