No one has voted on any posts yet. Votes from other community members are used to determine a member's reputation amongst their peers.
5 Posted Topics
Re: Hi shantuli,why not try this code as well.Have a lovely day. Bobinson. class Testy { byte score; Testy() { score=78; } public static void main(String arg[]) { Testy tst=new Testy(); tst.processGrades(); } public void processGrades() { if (score >=75) { System.out.println("Your grade is A"); } else if ((score >= 60)&&( … | |
Could anyone pls help out with the logic of codes that uses Choice menu. The choice buttons were created with its items(3 in this case) I have another sets of 9 buttons in an array Each button,when pressed gets a corresponding value from an array of integers defined elsewhere The … | |
Hi, Pls how can I draw a table on a panel with java.The table with five rows and ten columns. Thank you. Bobinson. | |
Top of the day to you guys out there! Kindly assist in this program.It's made up of six textfields and a button on a panel.it should work in such a way that the fifth textfield displays the sum of the values entered into the first four on pressing the button.Also,the … | |
Pls help out,What about a JAVA program that could prepare A time-table,is it possible?I know its but I have not been able to figure out how. Bobinson. |
The End.