Write a program in java to a assign integer a,b,c with values 3,6,9 . Perform the following operations and print the result of the operations : S= (a+b+c) /2 and V= ( a²+b²)/c³
Answers
Answered by
0
Answer:
1 2 4 7
3 5 8 11
6 9 12 14
10 13 15 16
write a c program to print the above patteen?
Explanation:
Write a program in java to a assign integer a,b,c with values 3,6,9 . Perform the following operations and print the result of the operations : S= (a+b+c) /2 and V= ( a²+b²)/c³
Similar questions