Posts by Criseverton Matias • 3 points
2 posts
-
-1
votes1
answer24
viewsQ: How to show a message when no jradiobutton is selected?
I am doing a java swing exercise that contains the following screen with Jradiobuttons: When "java swing" is selected it should show a message by clicking on Jbutton and vice versa with the second…
-
0
votes1
answer33
viewsQ: Program that receives a series of notes needs to disregard an invalid entry
Make a program that receives a series of student grades and then print them out. However, the program cannot accept notes greater than 100 or less than 0. If the user types a wrong note, they should…