JAVA CODE
RECURSION
How to design an algorithm to calculate countdown style mathsnumber puzzle?
So how does 2 5 1 4 10 3 45 make 45 is the target number ?
input format: 2 5 1 4 10 3 45 (we will take from user )(have touse all numbers)
and take operations from user(you don’t have to use alloperations but you can not use any other operations.)
example input format for arithmatic operations=+ * /
output=Answer: 4 + (5 + (3(2 + (10/1))))
CAN USE BASIC JAVA PROGRAMMING LANGUAGE
!!!!PLS DON’T USE queue,stack etc. data strutures.
USE ARRAY AND ARRAYLIST
Expert Answer
An answer will be send to you
PayPal Gateway not configured
PayPal Gateway not configured