It's my project.
Write a program in Java to find the sum of cube of odd digits.
Answers
Answered by
0
Answer:
// program to print sum of area of two cubes
public class _______
{
public void main(String arcs[])
{
int ac1,ac2,s;
ac1=33;
ac2=55;
s=ac1+ac2
System.out.println("sum of area of two cubes="+s);
}
}
Similar questions