Entries by admin

Java

Directions Points The file must be called Proper coding conventions required the first letter of the class start with a capital letter and the first letter of each additional word start with a capital letter. Only submit the .java file needed to make the program run. Do not submit the .class file or any other […]

Java algorithms. There are 4 questions overall. There are additional graphics and examples in the attached document Regular Expressions Draw an NFA for the regular expression ( ( A * | ( B C ) * D ) * ) using the construction described in Section 5.4. Dis

Java algorithms. There are 4 questions overall. There are additional graphics and examples in the attached document Regular Expressions Draw an NFA for the regular expression ( ( A * | ( B C ) * D ) * ) using the construction described in Section 5.4. Distinguish the match transitions from the epsilon transitions […]

Java applet

Develop a Java applet that will help an elementary school student learn multiplication. Use the Math.random method or a Random object to produce two positive one-digit integers. The program should then display a question, such as: How much is 6 times 7? This question can be posted anywhere on the applet window you want. You […]

Java CMSC 350 Project 1 Implement a generic stack and queue classes (StackUMUC and QueueUMUC, named to avoid confusion with the classes already defined in the JDK). Specific requirements include:

Java CMSC 350 Project 1 Implement a generic stack and queue classes (StackUMUC and QueueUMUC, named to avoid confusion with the classes already defined in the JDK). Specific requirements include: Create a set of tests demonstrating that your classes work correctly. Use the GUI and classes you defined in Week to test your stack and […]