Hi, I'm following the video "Java Swing Tutorial | Simple GUI Calculator Using Java Swing | Java Projects | Intellipaat" and at the part for the power button i'm not getting the correct results i.e. if i press the 2 button and then the power button and then the 3 button i get 4.00 and not 8.00. I have gone over and over the video following your direction and I cant get the correct result. Please help. thank, dave
Make sure you're correctly implementing the logic for exponentiation. Double-check the code corresponding to the power button functionality. You might have missed a step or made a small mistake that's causing the incorrect result. If you're still stuck, please provide more details or share your code snippet so we can help you better.
Never mined I found the problem , Thank you for the great video, dave.
Glad it helped! Do like, share & subscribe to our channel to get updates on upcoming videos.
do you get value displayed in monitor
Hi, I'm following the video "Java Swing Tutorial | Simple GUI Calculator Using Java Swing | Java Projects | Intellipaat"
and at the part for the power button i'm not getting the correct results i.e. if i press the 2 button and then the power button and then the 3 button i get 4.00 and not 8.00. I have gone over and over the video following your direction and I cant get the correct result. Please help. thank, dave
Make sure you're correctly implementing the logic for exponentiation. Double-check the code corresponding to the power button functionality. You might have missed a step or made a small mistake that's causing the incorrect result.
If you're still stuck, please provide more details or share your code snippet so we can help you better.
when I pressed buttons I did not get values on display
Can you please describe more about this.