can any one give me code to keyed a flat file and used
chain in RPGLE to search any item
No Answer is Posted For this Question
Be the First to Post Answer
DAL in oracle
how to test the orientation of the layout in android.to note any changes in the ui design when change orientation
How can you print an address of a variable?
Write code to add functions, which would work as get and put properties of a class?
Write code that allows to create only one instance of a class?
Write code to make an object work like a 2-d array?
plzzzzzzzzz xplain this code import java.awt.*; import java.awt.event.*; public class Link extends Frame implements ActionListener { Label l1; Button b1; public static void main(String sr[]) { new Link().setVisible(true); } public Link() { super("Warning"); setSize(500,500); setBackground(Color.lightGray); setLayout(null); l1=new Label("There is no Link"); l1.setBounds(0,0,500,460); l1.setFont(new Font("TimesRoman",Font.BOLD,35)); l1.setAlignment(Label.CENTER); add(l1); b1=new Button("QUIT"); b1.setBackground(Color.orange); b1.setBounds(0,460,500,40); b1.addActionListener(this); add(b1); } public void actionPerformed(ActionEvent e) { this.dispose(); } }
Write a Program to find the sum of digits of a given number until the sum becomes a single digit. (e.g. 12345=>1+2+3+4+5=15=>1+5=6)
can any one give me code to keyed a flat file and used chain in RPGLE to search any item
Write a program in prolog to compute the factorial of a number using iteration/tail recursion?
Write a Program to find whether the given number is a Armstrong number.
what full form name of B.K.U.