首页 > 解决方案 > Implement a decimal from a String into a Stack

问题描述

I'm coding a calculator with a GUI in Java. I read out the string and save the numbers and operations into 2 stacks. My problem is: How can I read out decimals like 5.6 or 5.625 and save them into 1 stack?

thanks for help

Joe

标签: javaeclipsestackdecimal

解决方案


deleted the content deleted the content


推荐阅读