answersLogoWhite

0

Formally, it's "input". However, "imput" may reflect local variants of uncommon use.

User Avatar

Wiki User

12y ago

Still curious? Ask our experts.

Chat with our AI personalities

BeauBeau
You're doing better than you think!
Chat with Beau
ReneRene
Change my mind. I dare you.
Chat with Rene
ViviVivi
Your ride-or-die bestie who's seen you through every high and low.
Chat with Vivi

Add your answer:

Earn +20 pts
Q: Is it imput or input
Write your answer...
Submit
Still have questions?
magnify glass
imp
Continue Learning about Basic Math

What is the difference between input and imput?

(inputted) is the adjective for input which is the act of putting in.e.g. I just finished putting a lot of contacts & leads into my salesforce account.(imputed) is to assign a cash value to something even though no money has been received or credited directly for it.Quote: "I weep for the liberty of my country when I see at this early day of its successful experiment that corruption has been imputed to many members of the House of Representatives, and the rights of the people have been bartered for promises of office." Andrew Jackson


What are the differences between input and output?

Depends on what you're referring to. Input could be a switch for example, output would be a fan or light coming on. Eating is an input, you can guess what your output is?


What is the ratio of output to input?

efficiency


Write a program for calculator using jsp?

<html> <head> <title>Using Multiple Forms</title> </head> <body> <h1>Using Multiple Forms</h1> <% if(request.getParameter("button") != null) { %> <% String s = request.getParameter("button"); int no1,no2; if(request.getParameter("no1").equals("")) { no1 = 0; } else no1 = Integer.valueOf(request.getParameter("no1")); if(request.getParameter("no2").equals("")) { no2 = 0; } else no2 = Integer.valueOf(request.getParameter("no2")); if (s.equals("ADD")) { out.println("Result is " + (no1 + no2)); } else if (s.equals("SUB")) { out.println("Result is " + (no1-no2)); } else if(s.equals("MUL")) { out.println("Result is " + (no1*no2)); } else if(s.equals("DIV")) { out.println("Result is " + (no1/no2)); } %> <% } %> <form name="form1" method="get"> <input name="no1"> <input name="no2"> <input type="hidden" name="button" value="ADD"> <input type="submit" value="ADD"> </form> <form name="form2" method="get"> <input name="no1"> <input name="no2"> <input type="hidden" name="button" value="SUB"> <input type="submit" value="SUB"> </form> <form name="form3" method="get"> <input name="no1"> <input name="no2"> <input type="hidden" name="button" value="MUL"> <input type="submit" value="MUL"> </form> <form name="form4" method="get"> <input name="no1"> <input name="no2"> <input type="hidden" name="button" value="DIV"> <input type="submit" value="DIV"> </form> </body> </html> Raj...


Is productivity the ratio of output to input?

Yes.