without using arthematic operation ,how can you write the
logic for adding/substraction/multiplication?

Answer Posted / upendra

plz send the answer for this quary

Is This Answer Correct ?    0 Yes 1 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

Differences between C and Java?

600


What is callable java?

543


Draw a UML class diagram for the code fragment given below: public class StringApplet extends Applet { private Label sampleString; private Button showTheString; private ButtonHandler bHandler; private FlowLayout layout; public StringApplet() { sampleString = new Label(" "); showTheString = new Button (" Show the String"); bHandler = new ButtonHandler(); layout = new FlowLayout(); showTheString.addActionListener(bHandler); setLayout(layout); add(sampleString); add(showTheString); } class ButtonHandler implements ActionListener { public void actionPerformed(ActionEvent e) { samplestring.setText("Good Morning"); } } } Note: The methods need not be indicated on the diagram.

1572


What is function and method in java?

512


What is a static class in java?

544






Is null in java?

541


Why javac is not recognized?

512


What is the default value of byte datatype in java?

466


Similarity and difference between static block and static method ?

526


What is hasnext in java?

568


What are different types of multitasking?

529


What is size_t?

495


What is the synonym of string?

521


What is ellipsis in java?

562


How will you reverse a singly-link list?

579