Forums Register Login

Convert help

+Pie Number of slices to send: Send
Hello. I'm new to java micro developing and I'm making a program that converts units of time,length,temp etc.
My problem is the length of the program because of making if/else of all the possible conversion. For example, converting seconds to minute,hour,weeks,months.
And then converting minute to second,day,hour,weeks. Is there a shortcut for this?
+Pie Number of slices to send: Send
How about convering everything to a base unit, and then converting from the base unit to the target unit? E.g. for time: "minutes to days" becomes "minute to second" and then "second to days".
+Pie Number of slices to send: Send
ahh. But you select the conversion unit with 2 choicegroup. The first one is for the base unit and then the 2nd is the target. Even if I convert everything first to the base before converting to the target unit, I still need to check the choices made in the 2 choicegroups right? So i still need an if else for each.
+Pie Number of slices to send: Send
Yes, but you only need (number of items in 1st group) + (number of items in 2nd group) comparisons, not (number of items in 1st group) * (number of items in 2nd group).
+Pie Number of slices to send: Send
Can you please explain how it works? I really cant picture it. I'm trying to code it right now
incandescent light gives off an efficient form of heat. You must be THIS smart to ride this ride. Tiny ad:
a bit of art, as a gift, the permaculture playing cards
https://gardener-gift.com


reply
reply
This thread has been viewed 1350 times.
Similar Threads
is Sun kidding about this
anyone good at math?
30 minute interview
classes and methods
comparing strings
More...

All times above are in ranch (not your local) time.
The current ranch time is
Apr 16, 2024 02:59:02.