Problem | Express without Digit 7

Problem Write a program to accept a number containing the digit 7 at least once and express it as the sum of two numbers which do not contain the digit 7. The program should first accept the number of test cases and then all the test cases, and finally display the results of all the […]

Java App | Simple Text Editor

This is a simple text editor application. Summary: To create a simple text editor in Java, we have used a JFrame with a JPanel which contains a MenuBar and a TextArea. Then we have added Menus to the MenuBar and MenuItems to the Menus. In Format Menu, we have used 3 sub-Menus. All the MenuItems […]