Q. Write a C Program to find the number of three digit numbers greater than 100 in which digits appear in strictly increasing order. e.g. 123, 124, 125, 134, 135, 136, 145, 146, 147,….,689,789. (IIT-JAM-2011) Source Code: Output: Version/Compatibility: Turbo C++ Version 3.0 (Borland International, Inc.) Download Now (.Zip File – 36KB)…
Author Archive
Q.: Write a java program to convert amount from digit to figures. OR Q. Write a java program to convert numbers to words OR Q. Write a java program to convert digits to figures. Compatibility/Version: Java 2 Platform Standard Edition Version 1.5 (Java 2 SDK, SE v1.5.0) Code: Output: Download Now (.Zip File – 16KB)…
Q. Write CPP Program to calculate area of circle using Function Overloading. OR Q. Write CPP Program to calculate area of square using Function Overloading. OR Q. Write CPP Program to calculate area of rectangle using Function Overloading. OR Q. Write CPP Program to calculate area of triangle using Function Overloading. OR Q. Write CPP Program to calculate area [...]
Q.: Write java application to create Menu and Submenu(Cascading menu) in menubar using swing and applet. Compatibility/Version: Java 2 Platform Standard Edition Version 1.5 (Java 2 SDK, SE v1.5.0) Concepts Used: Applet JMenuBar JMenu JApplet setJMenuBar Code: Output: Download Now (.Zip File – 18KB)…
Q.: Create java applet using swing which will accept string or input from user in textfield and after submitting(button click), it will display that input in console screen. OR Q. Create java applet using swing to demonstrate use of ActionListener, actionPerformed, event.getSource, .getText, JTextField, JButton, applet. Compatibility/Version: Java 2 Platform Standard Edition Version 1.5 (Java 2 SDK, SE v1.5.0) Concepts used: [...]
Q.: Write Java applet using swing which demonstrates the use of showInputDialog. Compatibility/Version: Java 2 Platform Standard Edition Version 1.5 (Java 2 SDK, SE v1.5.0) Source Code: Output: Step 1: Step2: Step3: Download Now (.Zip File – 37KB)…
Q.: Write a console java program to split a particular string. Compatibility/Version: Java 2 Platform Standard Edition Version 1.5 (Java 2 SDK, SE v1.5.0) Code: Output: Download Now (.Zip File – 18KB)…
Q. : Write a string including single quote and double quote in it in a simple console java program. Sometimes, we want to use quotes in program but it is difficult to use it directly in java program. We have to use “” to insert quotes in a program. Try following program to get more [...]
Q. Write Java Console Application to demonstrate the use of equalsIgnoreCase function to ignore string case sensitivity. Compatibility/Version: Java 2 Platform Standard Edition Version 1.5 (Java 2 SDK, SE v1.5.0) Source Code: Output: Download Now (.Zip File – 12KB)…

