Programming Code (840)
Scripts_Markup Code (257) pls anyone can help me to write a code to print the values in words for any value.Example:1034 to print as "one thousand and thirty four only"
2 5273Is it possible to write JAVA program without including any of the packages,such as "import java.io.*"; bcoz I instantly wrote a code without "import..." statement and runned the program on command Line & it worked. the code is: class Person { String name; int age; Person(String s,int a) { name = s; age = a; } accept() { System.out.println(name+"Hi!!!!!"); System.out.println(age); } } class Demo { public static void main(Strings args[])throws IOException { String name = args[0]; int age = Integer.parseInt(args[1]); Person p = new Person(name,age); p.accept(); } }
2114i want to input any no in textbox1. then click to button and then show the name in the textbox2 please send me coding
2 5074hai, i want to know how the connectionpool manager work in the java or netbeans.Anybody having the exact code plz give to me i have no idea about that so help me plz
2998Main frame : I have a PS file. 4 records. I need toread a particular field of that file and then add it up. then write the added field along with all other fields
1 3681Dear sirs, Hi, I would like to inform you that I want to perform a project using MLP neural network to recognize binary images containing three types of geometric shapes such as squares,rectangels and circles. Furthermore,each image includes only one geometric type. The output of network would be: '1' if the network detects square shape. '2' if the network detects rectangle shape. '3' if the network detects circle shape. '4' if none of these shapes detected. Would you please send me a matlab source code for this project? Your prompt reply would be so appreciated. regards,
2116
What is well formed XML document?
write a program in java to find the moving average of all prime numbers between 2 and 100.
write a simple calculator c program to perform addition, subtraction, mul and div.
What is GUID anyway?
JasperETL how to install and create simple project explain me clearly fnds iam wtg for ur rply
Performance Algorithm A performs 10n2 basic operations and algorithm B performs 300 lg n basic operations. For what value of n does algorithm B start to show its better performance?
could you please teach me how to program an income tax using functions
could you please send the program code for multiplying sparse matrix in c????
How to find No of classes,Packages,No of Methods per Classes and Depth of Inheritance for selecting source code in windows form application using c# .net? (Source code is input Program. It may be Java or .net) Please help me..) Thanks..)
create Drop-Down Navigation Menus
can any one give me code to keyed a flat file and used chain in RPGLE to search any item
3. Program to find the Sum of give series. a. (1)+(1+2)+(1+2+3)+(1+2+3+4)+……………………………….. b. 1/1+1/9+1/25+1/49+……………...
how to convert between arrays and strings
What is the best way to make wordpress plugin
code to sorting an array of objects