Objective: Multiplication program in java
Code:
class java5
{
public static void main(String args[])
{
int a=12;
int b=10;
int p;
p=a*b;
System.out.println("multiply : ja"+p);
}
}
Output:
Hello, my name is G Krishna. I'm Creating this blog for the students who are beginners.
Learn More →
No comments:
Post a Comment