write a program to initialize A and B and print value of Z by following formula Z=a⁴ b⁶ java
Answers
Answered by
116
Codings:-
a= int(input("Enter a number a :"))
b= int(input("Enter a second number:"))
Z= a**4b**6
print(Z, "required output")
Similar questions
Social Sciences,
6 months ago
English,
6 months ago
English,
1 year ago
Math,
1 year ago
Computer Science,
1 year ago