public class ArithmeticAssignment {
public static void main(String[] args) {
Tester test = new Tester();
test.printTester();
}
}
class Tester{
Tester(){
}
void printTester(){
int i1 = 79 + 3 * (4 + 82 -68) - 7 +19;
int i2 = (179 +21 +10) / 7 + 181;
int i3 = 10389 * 56 * 11 + 2246;
System.out.println(i1);
System.out.println(i2);
System.out.println(i3);
}
}
I think this is what you wanted. I hope this helps!
Audio Interchange File Format
Answer:
30cm
Explanation:
Height X Base
6cm X 10cm
60cm
Then take half because a triangle is half a square and we are using a square formula.
60cm divided by 2
=30cm